Top "Google-colaboratory" questions

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

How to run matlab .m files in google colab

I am currently trying to run this repo https://github.com/Fanziapril/mvfnet which requires a step: "Run the Matlab/…

python-2.7 matlab pytorch google-colaboratory torchvision
Use case of Google Colab over Jupyter Notebook?

What are use cases of using Google Colab?, I mean i understand it gels well with Tensorflow, but why will …

jupyter-notebook google-colaboratory
ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running

When I use google colaboratory, I face this problem, I have searched it on stackoverflow, but few answer, could any …

python python-3.x matplotlib google-colaboratory
How do I install a library permanently in Colab?

In Google Colaboratory, I can install a new library using !pip install package-name. But when I open the notebook again …

installation pip google-colaboratory colab
Google Colab: "Unable to connect to the runtime" after uploading Pytorch model from local

I am using a simple (not necessarily efficient) method for Pytorch model saving. import torch from google.colab import files …

pytorch google-colaboratory data-persistence
How to run a downloaded Jupyter notebook on Google Colaboratory?

I am using Google Colaboratory & github. I create a new Google Colab notebook, and I clone my github project …

jupyter-notebook google-colaboratory
Setting environment variables in Google Colab

I'm trying to use the Kaggle CLI API, and in order to do that, instead of using kaggle.json for …

google-colaboratory kaggle
Is there anyway I can download the file in Google colaboratory?

I am trying tensorflow in Google Colaboratory from this codelab, I need to download 'http://download.tensorflow.org/example_images/…

python python-3.x jupyter-notebook google-colaboratory
openAI Gym NameError in Google Colaboratory

I've just installed openAI gym on Google Colab, but when I try to run 'CartPole-v0' environment as explained here. …

python google-colaboratory openai-gym
DuplicateFlagError when trying to train tensorflow object detection api on google collaboratory

I am trying to train Tensorflow Object Detection API on my dataset containing apples and capsicum. For that, I generated …

tensorflow object-detection google-colaboratory