Top "Google-colaboratory" questions

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

Google-colaboratory: No backend with GPU available

Here it is described how to use gpu with google-colaboratory: Simply select "GPU" in the Accelerator drop-down in Notebook Settings (…

google-colaboratory
How to delete a locally uploaded file on google colab?

I'm trying to delete a file that I uploaded on Google colab using the following code: from google.colab import …

python-3.x keras jupyter-notebook google-colaboratory
import local file to google colab

I don't understand how colab works with directories, I created a notebook, and colab put it in /Google Drive/Colab …

google-colaboratory colab
How can I run shell (terminal) in Google Colab?

I know that I can call !ls to issue ls command to shell. But I want features like history or …

shell command-line terminal google-colaboratory
Image is not displaying in Google Colab while using imshow()

I am working on a project which requires functions from OpenCV to plot images. I am trying to display image …

opencv matplotlib show google-colaboratory imshow
How to edit and save text files (.py) in Google Colab?

I cloned a github repo using !git clone https://github.com/llSourcell/Pokemon_GAN.git. I wanted to modify a .…

python jupyter-notebook google-colaboratory
How to import custom modules in google colab?

I have a file named imutils.py that has just one definition namely abc() which returns the sum of 2 integers. …

python google-colaboratory
How to downgrade tensorflow version in colab?

I am using pip3 install tensorflow==1.8.0, but it doesn't have GPU support. So I am using pip3 install tensorflow-gpu==1.8.0, but …

tensorflow google-colaboratory
Google Co-laboratory notebook PDF download

Google Co-laboratory notebook doesn't have the "Download as" dropdown menu item in "File" menu like standalone Jupyter does. How to …

pdf-generation google-colaboratory
Export dataframe as csv file from google colab to google drive

I want to upload a dataframe as csv from colab to google drive.I tried a lot but no luck. …

python csv google-colaboratory drive