-
Notifications
You must be signed in to change notification settings - Fork 220
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
CPU memory increase while training #119
Comments
hi there, Are you using our recipe to train the model? are you training on cpu or gpu? What is you cpu/gpu memory?
-Yuan |
What's your GPU memory and CPU memory? Have you tried to use our recipe (e.g., ESC-50, which is very fast to run, see our Readme) and see if the issue is still there? This is the first time I heard this issue. |
Thank you for answering my questions. It was not any problem of the timm library or the AST codes. |
thanks for letting me know. Good luck with your research! |
During the training step, the code block:
for blk in self.v.blocks:
x = blk(x)
causes an increase in CPU memory, eventually leading to full CPU memory. Do you know any solutions to this issue?
The text was updated successfully, but these errors were encountered: