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 notice that in the function train() of main.py , the model are converted to training mode through model.train(). But, batch normalization or DropOut is not adopted in the network. I wonder is it necessary to use model.train(). Can I abandon it?
The text was updated successfully, but these errors were encountered:
I notice that in the function train() of main.py , the model are converted to training mode through model.train(). But, batch normalization or DropOut is not adopted in the network. I wonder is it necessary to use model.train(). Can I abandon it?
The text was updated successfully, but these errors were encountered: