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

How to run VTAB on multi-GPUs? #14

Open
woxue opened this issue Dec 26, 2020 · 0 comments
Open

How to run VTAB on multi-GPUs? #14

woxue opened this issue Dec 26, 2020 · 0 comments

Comments

@woxue
Copy link

woxue commented Dec 26, 2020

Thanks for your solid work!
I have some problem with reproducing the result on your leaderboard. The suggest batch size on your paper is 512 however the biggest batch size supported on one GPU(2080 ti) is 64 (128 will cause OOM).
The tensorflow_hub seems not working well with tf.distribute.MirroredStrategy() to support multi-GPUs, leading to the error below:

RuntimeError: variable_scope module/ was unused but the corresponding name_scope was already taken.
just as mentioned in tensorflow/hub#64

Would you please give me some suggestions? (Not familiar with tf very well)

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

1 participant