Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Inplace-abn #24

Closed
Tangshengku opened this issue Dec 28, 2020 · 1 comment
Closed

About Inplace-abn #24

Tangshengku opened this issue Dec 28, 2020 · 1 comment

Comments

@Tangshengku
Copy link

Tangshengku commented Dec 28, 2020

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?

@kwea123
Copy link
Owner

kwea123 commented Jan 5, 2021

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.

@kwea123 kwea123 closed this as completed Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants