Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Colaboratory

How To Run A Script Shell In Google Colab?

I want to run a script shell in colab, i used '!' and also i tried '%%shell' Soluti… Read more How To Run A Script Shell In Google Colab?

Google Colab Notebook Completely Freezes When Training A Yolo Model

I am following a tutorial to train custom object detection model using YOLO. This is the tutorial a… Read more Google Colab Notebook Completely Freezes When Training A Yolo Model

How To Build Libraries Via Conda On Colab.research?

So I want to use python-occ library. It requires conda-forge to be build. I try to install it in ba… Read more How To Build Libraries Via Conda On Colab.research?

How To Install 'plotly' From Inside Anaconda Under Colab On Mac

I tried to import plotly in Anaconda with code import plotly.graph_objs as go from plotly import __… Read more How To Install 'plotly' From Inside Anaconda Under Colab On Mac

"no Such File" When Loading Csv Data Stored In G Drive To Torchtext Format Using Torchtext.data.tabulardataset,

I have stored a csv file in G drive and try to load it to torchtext data.TabularDataset. The error … Read more "no Such File" When Loading Csv Data Stored In G Drive To Torchtext Format Using Torchtext.data.tabulardataset,

Python Basemap In Google Colaboratory

I used to use the following commands to install libgeos and basemap in google colaboratory and it w… Read more Python Basemap In Google Colaboratory

"oserror: No Default Input Device Available" On Google Colab

I installed pyaudio using 'pip3 install pyaudio' on Google Colab based on this answer from … Read more "oserror: No Default Input Device Available" On Google Colab

(2, 'usage: Pytesseract [-l Lang] Input_file') On Google Colab

I am trying to run Tesseract into Google Colab: !sudo apt install tesseract-ocr !pip install pytess… Read more (2, 'usage: Pytesseract [-l Lang] Input_file') On Google Colab