diff --git a/README.md b/README.md index ae7485281d46c0242845b22590600e6fe5acde5b..60b1986c60eb8d3d2bca02708019500dec763cdf 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Coefficient of variation is calculated as the ratio of the standard deviation to #### 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)``` to ```trainer.test(model, dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)```