This post was flagged by the community and is temporarily hidden.
Hi Verdant, OSError: [Errno 12] Cannot allocate memory
indicates that we can’t allocate system memory. Can you check to see how much free memory you have on your system? You can get this by running free -h
or if that doesn’t work top
should tell you as well. You can find the processes taking up the most memory on your system with ps aux | sort -rn -k 6
. It could also be that your script itself is allocating nearly all available system memory after you start it but before you call wandb.init.
Hi Verdant, are you still running into this issue?
Hi again! Since we haven’t heard back from you, I’m going to close this issue but please feel free to reopen it if you are running into this again
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.