Google-colaboratory: No backend with GPU available

前端 未结 7 725
一生所求
一生所求 2020-12-15 17:55

Here it is described how to use gpu with google-colaboratory:

Simply select "GPU" in the Accelerator drop-down in Notebook Settings (either thr

相关标签:
7条回答
  • 2020-12-15 18:53

    My reputation is just slightly too low to comment, but here's a bit of additional info for @Bob Smith's answer re cooldown period.

    There seems to be a cooldown on continuous training with GPUs. So, if you encounter the error dialog, try again later, and perhaps try to limit long-term training in subsequent sessions.

    Based on my own recent experience, I believe Colab will allocate you at most 12 hours of GPU usage, after which there is roughly an 8 hour cool-down period before you can use compute resources again. In my case, I could not connect to an instance even without a GPU. I'm not entirely sure about this next bit but I think if you run say 3 instances at once, your 12 hours are depleted 3 times as fast. I don't know after what period of time the 12 hour limit resets, but I'd guess maybe a day.

    Anyway, still missing a few details but the main takeaway is that if you exceed you'll limit, you'll be locked out from connecting to an instance for 8 hours (which is a great pain if you're actively working on something).

    0 讨论(0)
提交回复
热议问题