-
Notifications
You must be signed in to change notification settings - Fork 6
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
Problems arising after S4TF V0.3 -> v0.4 #8
Comments
OOM gets resolved after modifying the
|
Package installation is still giving errors. I looked through fast.ai new notebooks and exactly copied the import commands. But I am still getting the same error. |
Any updates on memory leak @rxwei? I am [also] still experiencing this issue in my own notebook where I was previously able to train my GAN successfully in v0.3 but now in v0.4 it just shows the error of "memory limits reached" as shown in this issue above. Or @Ayush517 did you find some way to fix this issue in your own code? |
@RahulBhalley Earlier my network was this :
After I changed to the following code, It started working fine
|
Let's check. Fingers crossed🤞. I hope this be the only problem with Edit: Nope, crashed again @rxwei. Please help me resolve this issue. |
Hi @RahulBhalley , sorry for the delay. Could you try to build a toolchain against the latest HEAD of the tensorflow branch? swiftlang/swift#25967 fixed the major issue and it could resolve your OOM problem. We'll release another 0.4 release candidate later today. |
Sorry, I can't build because I refrain from heating up my MacBook Pro (recently got its battery replaced). I'll wait for newer 0.4 release to go live today on Google Colab (if I get you correctly 😃). Thanks for replying btw @rxwei. |
Tutorial 3 Colab Link : https://colab.research.google.com/drive/1XfT75glapWdCp0Zj_4mkiMrjT6odD-Gc
Tutorial 5 Colab Link : https://colab.research.google.com/drive/13lBsht3Wa4GjKKkA47JCrd54XikhNX2E
I am facing Out Of Memory(OOM) while allocating tensor during training of classifier in Tutorial 5. I've tried 12 times and all of the time, it's happening after Epoch 4 out of 100.
Further, I couldn't get the packages to install. The error I am getting is 'toolchain is invalid'
It all started happening after S4TF update to v0.4
Following are the screenshots of the issue regarding OOM
Screenshot regarding Package Install
The text was updated successfully, but these errors were encountered: