Skip to content
Snippets Groups Projects
Commit d8c59e1f authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent cce68f04
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ Coefficient of variation is calculated as the ratio of the standard deviation to ...@@ -103,7 +103,7 @@ Coefficient of variation is calculated as the ratio of the standard deviation to
#### Notes #### Notes
- Line 116 of /DeepLearningExamples/PyTorch/Segmentation/nnUNet/main.py should be changed: - Line 116 of DeepLearningExamples/PyTorch/Segmentation/nnUNet/main.py should be changed:
```trainer.test(model, test_dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)``` ```trainer.test(model, test_dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)```
to to
```trainer.test(model, dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)``` ```trainer.test(model, dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment