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
Hi,
I keep getting this memory error every once in a while when I run "joint_main" test with batch size =1. I thought that you might have advice for me to overcome that.
The text was updated successfully, but these errors were encountered:
I believe I experienced a similar problem. I was running out of memory (used > 10GB) when running the following configuration: --mode=test --model=results/run-1/models/final.pth --test_fold=results/run-1-sal-e --sal_mode=e --no-cuda --test_mode=1
I believe it is due to a memory leak in recent versions of pytorch (was using pytorch==1.3.1). I downgraded to pytorch==0.4.1, and the memory usage is stable now.
Hi,
I keep getting this memory error every once in a while when I run "joint_main" test with batch size =1. I thought that you might have advice for me to overcome that.
The text was updated successfully, but these errors were encountered: