-
Notifications
You must be signed in to change notification settings - Fork 451
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
How to synchronized Batch Normalization? #4
Comments
It is part of the multi-gpu BN, we haven't released the corresponding DataParallel code. |
Is there any plan to release the DataParallel code? |
My research got delayed due to visa problem. We may release it later this year. |
@amdcat I have just released the whole system for sync BN, please check it out. Note that we will release the paper later, current please cite the 'Deep TEN' paper, if using the code. Thanks! |
I want to ask how to use sync BN. Could you give some example? |
Examples will be provided in later version (later this month). We are preparing an arXiv paper. |
awesome. |
I am waiting for the example and paper. When are you ready for that? |
Thanks for your project.
I find the BN code in encoding/init.py, but i don't konw how to use it? Is the code support multi-GPU now?
The text was updated successfully, but these errors were encountered: