LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.66k stars 594 forks source link

question about mode:test #60

Closed dearladyli closed 1 year ago

dearladyli commented 4 years ago

Thank you for sharing code! I want to run "test" mode and I try to run "python main.py --mode test", then I have a error:" AttributeError: 'Solver' object has no attribute 'test'" I wonder how to run "test" mode, could you help me ? Thank you very much!

zhangtongzan commented 3 years ago

I also encountered this problem, how to modify it

chen-yuu commented 3 years ago

Has this problem been solved?

BruceHan98 commented 3 years ago

Cause there is no 'test()' function in 'solver.py'