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 during the process of reading the code that when inputting images into the network and obtaining semantic and semantic features, the network was not set to evaluation mode(model.eval()). May I ask why this is the case?
I found during the process of reading the code that when inputting images into the network and obtaining semantic and semantic features, the network was not set to evaluation mode(model.eval()). May I ask why this is the case?