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

How To Remove Folder On Github Using Coab?

I clone my repo where I have some folders and files: !git clone https://{username}:{password}@githu… Read more How To Remove Folder On Github Using Coab?

Training On Gpu Much Slower Than On Cpu - Why And How To Speed It Up?

I am training a Convolutional Neural Network using Google Colab's CPU and GPU. This is the arch… Read more Training On Gpu Much Slower Than On Cpu - Why And How To Speed It Up?

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 Slice A Row With Duplicate Column Names And Stack That Rows In Order

I have a dataframe as shown in the image and I want to convert it into multiple rows without changi… Read more How To Slice A Row With Duplicate Column Names And Stack That Rows In Order

Unable To Load .h5 File Made In Google Colab To Jupyter Notebook

I tried a code for Face mask detect and alert system and I am getting an error regarding the same. … Read more Unable To Load .h5 File Made In Google Colab To Jupyter Notebook

Mount Google Drive In Kaggle Notebook

In google colab, I easily mount my google drive with this: from google.colab import drive drive.mou… Read more Mount Google Drive In Kaggle Notebook

How Can We Use Pygame On Google Colab?

I am trying to use q learning to automate my game and was thinking of using colab for some addition… Read more How Can We Use Pygame On Google Colab?

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?