Closed DSLJDI closed 5 months ago
You need to modify model.eval() in the tester.py file to model.train() or not use model.eval() at all. Also, you need to set find_unused_parameters to True in the train.py file.
Solved with: https://github.com/scu-zjz/IMDLBenCo/commit/f41b22d97ab52b4b69c6e5cee250023727302d5c
You need to modify model.eval() in the tester.py file to model.train() or not use model.eval() at all. Also, you need to set find_unused_parameters to True in the train.py file.