Top "Google-colaboratory" questions

Google Colaboratory is a research tool for machine learning education and research.

Checkpoints in Google Colab

How do I store my trained model on Google Colab and retrieve further on my local disk? Will checkpoints work? …

google-colaboratory checkpoint
Restart kernel in Google Colab

I´m trying to restart the kernel in a Google Colab Jupyter Notebook through a cell. The option given previously: …

kernel restart google-colaboratory
Get total amount of free GPU memory and available using pytorch

I'm using google colab free Gpu's for experimentation and wanted to know how much GPU Memory available to play around, …

gpu pytorch google-colaboratory
LaTeX equations do not render in google Colaboratory when using IPython.display.Latex

In a regular jupyter notebook, running, for example, the following: from IPython.display import display, Math, Latex display(Math(r'F(…

python latex mathjax google-colaboratory
Python 3 support in Google's CoLab

I have been experimenting with the Jupyter notebooks at https://colab.research.google.com, and it seems that by default …

python jupyter google-colaboratory
How to run eval.py job for tensorflow object detection models

I have trained an object detector using tensorflow's object detection API on Google Colab. After researching on the internet for …

python-3.x tensorflow object-detection google-colaboratory
Failing to install Sk-learn (scikit-learn) in Google Colab directly from Github

I am using Google Colaboratory, which seems to have sk-learn built-in already somehow, because all you have to do to …

python github scikit-learn google-colaboratory python-install
How can I ssh to google colaboratory VM?

How can I ssh to google collaboratory VM? Is there a more straightforward way to do it than to create …

ssh google-colaboratory
Is it possible to activate virtualenv in Google-colab? (/bin/sh: 1: source: not found)

I am trying to install theano in Google Colab for testing. I have installed virtualenv and created an environment: !pip3 …

virtualenv theano google-colaboratory
Share a part of google drive on Colab

We are sharing a google drive folder where we put the colab notebooks. Now we need to upload some text …

google-colaboratory shared-directory