GPU getting crashed #209
Answered
by
lukbast
Adwait01-Bhosale
asked this question in
Q&A
-
Sir after building model_5(tribrid model) of the Skimlit application project it's showing me that your system has been crashed (GPU). Is there any solution to these problem. |
Beta Was this translation helpful? Give feedback.
Answered by
lukbast
Sep 24, 2021
Replies: 1 comment 5 replies
-
It depends where you run your experiments. Usually I train my model locally on my laptop with 6GB 1660 Ti. But when I tried to compile tribrid model, I was running out of memory. When I moved to colab, model compiled wihout any issues on K80. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It depends where you run your experiments. Usually I train my model locally on my laptop with 6GB 1660 Ti. But when I tried to compile tribrid model, I was running out of memory. When I moved to colab, model compiled wihout any issues on K80.
So, if you also run experiments on your own machine try to move into colab. 12GB GPUs on Colab is enough for this model.