Top "Google-colaboratory" questions

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

How to render OpenAI gym in google Colab?

I'm trying to use OpenAI gym in google colab. As the Notebook is running on a remote server I can …

google-colaboratory openai-gym
Persisting data in Google Colaboratory

Has anyone figured out a way to keep files persisted across sessions in Google's newly open sourced Colaboratory? Using the …

python google-colaboratory
Accessing '.pickle' file in Google Colab

I am fairly new to using Google's Colab as my go-to tool for ML. In my experiments, I have to …

python tensorflow google-data-api google-colaboratory
How to get allocated GPU spec in Google Colab

I'm using Google Colab for deep learning and I'm aware that they randomly allocate GPU's to users. I'd like to …

python tensorflow gpu google-colaboratory
Change Google colab language setting

How to change Colab interface from French to English? I can not find this setting. this is my problem. The …

settings google-colaboratory
file download from google drive to colaboratory

I was trying to download file from my google drive to colaboratory. file_id = '1uBtlaggVyWshwcyP6kEI-y_W3P8D26…

google-colaboratory
How can I hide cell contents in Google Colaboratory?

I'm working through a tutorial in Google Colaboratory, and the author has handily hidden some of the solutions cells. When …

google-colaboratory
How to change the theme to dark in Google Colab?

How do I change the current theme to the dark theme in Google Colab? I need a dark theme like …

themes google-colaboratory
Is it possible to have autocomplete in a notebook in Google Colab?

By autocomplete I mean having something like Intellisense in VS Code by which I can see available functions or members …

autocomplete jupyter-notebook google-colaboratory
Buffered data was truncated after reaching the output size limit

When I use Colaboratory to run my NIN model, it occurs an error in the output of training process which …

python keras deep-learning google-colaboratory