JARVIS-HybridNet icon indicating copy to clipboard operation
JARVIS-HybridNet copied to clipboard

Error Sbox Fatal Memory Exceeded

Open KenR22 opened this issue 2 years ago • 1 comments

Hi,

I am having a strange error when I am training the HybridNet on my laptop(16GB, 3070ti). After some epoch, the streamlit on Chrome crashes with Sbox Memory error. I am guessing the issue is with RAM. I tried decreasing the batch size to 1 and also tried different browsers. None of them helped. If it was out of ram issue, should it be running 30 epochs before crashing?

What could the issue be?

Thanks

KenR22 avatar Dec 19 '22 18:12 KenR22

Hi,

Thanks for reporting the issue!

Is there a more detailed error description that it outputs? It would be great if you could check if the issue persists when you test it on a different browser. I've seen a similar issue before when running it in the Brave browser, in that case switching to Firefox fixed the issue.

Alternatively you can also use the command line based Jarvis interface until the issue is resolved. You activate it by running jarvis launch-cli instead of jarvis launch.

JARVIS-MoCap avatar Dec 21 '22 11:12 JARVIS-MoCap