Google-colaboratory: No backend with GPU available

前端 未结 7 727
一生所求
一生所求 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:40

    You'll need to try again later when a GPU is available. The message indicates that all available GPUs are in use.

    The FAQ provides additional info:

    How may I use GPUs and why are they sometimes unavailable?

    Colaboratory is intended for interactive use. Long-running background computations, particularly on GPUs, may be stopped. Please do not use Colaboratory for cryptocurrency mining. Doing so is unsupported and may result in service unavailability. We encourage users who wish to run continuous or long-running computations through Colaboratory’s UI to use a local runtime.

    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.

提交回复
热议问题