You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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().
The text was updated successfully, but these errors were encountered: