-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Very slow training on colab with TPU #2148
Comments
Hi! thanks for your contribution!, great first issue! |
@ipyffor mind share your PL version and sample notebook? |
Sorry, it seemed that my picture could not be uploaded. |
@ipyffor I cant access the colab file anymore. are you still facing the issue? |
@ipyffor @lezwon Not just on TPU. Even on GPU, it makes the entire browser unresponsive. It doesn't look like, it is code specific. @Borda The pytorch-lightning version: 0.8.5 Am running into this issue only when I run the code inline. Instead of that, if I have the code in a separate file, say
|
I am facing the same issue. Even if I run the code on 8 core TPU one iteration takes 35s, the same as running on 1 core TPU. |
@iliemihai @rahulvigneswaran we had a bug there so multicore was not running in fact... shall be fixed now #2632 mind try actual master? also, mind send a PR with some parity speed testing? |
https://colab.research.google.com/drive/1OxoEcbNVCF5aj_9o0axTnKAh8p5I4Ikw?usp=sharing
The text was updated successfully, but these errors were encountered: