Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Number of Active Sessions Google Colab Pro

The free version of Google Colab is limited in the number of active sessions that can be running at the same time. For example, I can only train two ML models at the same time.

I wanted to know if Google Colab Pro extends the number of available active sessions such that I can train multiple models at the same time.

Thanks!

like image 279
Pablo Hermoso Moreno Avatar asked Feb 12 '20 03:02

Pablo Hermoso Moreno


1 Answers

Yup, the limit in Colab Pro is higher. Presently, you can use 4 standard GPU backends and 4 high-memory GPU backends concurrently.

like image 143
Bob Smith Avatar answered Sep 30 '22 01:09

Bob Smith