Project-MONAI / research-contributions

Implementations of recent research prototypes/demonstrations using MONAI.
https://monai.io/
Apache License 2.0
1.02k stars 334 forks source link

Best Accuracy: 0.0 #19

Closed Jx-Tan closed 2 years ago

Jx-Tan commented 3 years ago

Describe the bug I update the trainer.py, but I still got the issues that Training Finished !, Best Accuracy: 0.0.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'UNETR/BTCV'
  2. Install '....'
  3. Run commands 'main.py'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

ahatamiz commented 3 years ago

Hi @55998

This issue is already resolved with the latest PR. The final accuracy is correctly reported.

All being said, I don't see any issues.

Thanks