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
Excellent work!
I notice during the training, you used the 'from inplace-abn import InPlaceABN' but in test, it turns to 'from inplace-abn import ABN'. Is there any difference between these two kinds?
The text was updated successfully, but these errors were encountered:
For training use inplace-abn to save the (intermediate) memory, but for testing use ABN (normal batch normalization+activation) to increase the speed. The output is the same.
Excellent work!
I notice during the training, you used the 'from inplace-abn import InPlaceABN' but in test, it turns to 'from inplace-abn import ABN'. Is there any difference between these two kinds?
The text was updated successfully, but these errors were encountered: