You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in your paper which I really enjoyed reading, thanks for your great contributions and for releasing your code.
I am more familiar with PyTorch, and I have barely tried Julia in my life. I ended up running the model and outputting images, but I could never train a model for long enough before it uses extremely high amounts of RAM, causing my cluster nodes to crash.
In the image below, you can see how it quickly takes ~128 gigs of RAM in barely half an hour.
Have you experienced memory issues? Is it something related with Julia preallocation for OpenBLAS or something? I am struggling to find a solution and would really like to make it work.
Hello,
I am interested in your paper which I really enjoyed reading, thanks for your great contributions and for releasing your code.
I am more familiar with PyTorch, and I have barely tried Julia in my life. I ended up running the model and outputting images, but I could never train a model for long enough before it uses extremely high amounts of RAM, causing my cluster nodes to crash.
In the image below, you can see how it quickly takes ~128 gigs of RAM in barely half an hour.
Have you experienced memory issues? Is it something related with Julia preallocation for OpenBLAS or something? I am struggling to find a solution and would really like to make it work.
Thanks in advance,
Sacha Lewin.