Open yuzheyyyy opened 3 years ago
I found that both in solver.py and joint_solver.py, when doing buid_model(), you just set self.net.eval(), but when we do train(), there is no command to set self.net.train(), which is commented in build_model().
You may refer to issues #30 & #73 for more details.
I found that both in solver.py and joint_solver.py, when doing buid_model(), you just set self.net.eval(), but when we do train(), there is no command to set self.net.train(), which is commented in build_model().