Skip to main content

Questions tagged [google-colaboratory]

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

google-colaboratory
-1 votes
0 answers
9 views

Google Colab video download code not working

I have this code from pytube import YouTube SAVE_PATH = "/home/chintusharma/Downloads" link = "https://www.youtube.com/watch?v=gzKb-JxjyWQ" try: yt = YouTube(link) except: ...
User84193's user avatar
-1 votes
0 answers
18 views

Plotly line graph doesn't display properly on google colab

Graph doesn't display according to designated dates. Tried to create a automated plotly line graph to convert csv files to PNG format import pandas as pd import plotly.express as px def present_line(...
Onyinyechukwu Orji's user avatar
2 votes
0 answers
18 views

Google Collab Pro+ Runtime disconnect Issues

I have been running a notebook for the past 3 days for ML purposes, everything has been working as intended. All of a sudden the Runtime disconnects and upon re-connecting the code has stopped ...
SourCitrix's user avatar
-4 votes
0 answers
27 views

Is there a way to make a delay in my python code in Google Colab? [closed]

I want to write a program in Google Colab, and would like for it to wait 5 seconds before asking for user input. Is there any way to achieve this on Colab? I have searched on the web, but I was only ...
user17383045's user avatar
-2 votes
0 answers
12 views

Validation accuracy graph for my model has an odd shape [closed]

I have been training a model and get pretty good results (above 80%). However, accuracy graph has an odd shape. For example, train and validation curve do not even have the same starting point. Is ...
Striving Programmer's user avatar
-3 votes
0 answers
21 views

I subscribe to colab pro+ but I'm trying to train my mode but colab disconnected

I subscribe to colab pro+ but I'm trying to train my model while I sleep, my device of choice is a T4, one day I managed to run it in the background all night but the last two days it's been ...
user26125203's user avatar
-1 votes
1 answer
33 views

Installing Packages to Virtual Environment in Google Colab

I am attempting to run my project in Google Colab. The project was developed on my local machine, where it operates flawlessly. To replicate the environment, I obtained a list of packages and their ...
JHM's user avatar
  • 1
1 vote
0 answers
24 views

How to install and import theano.tensor

How to install and import theano.tensor on google colab? I am attaching the program code below: pip install Theano import theano.tensor as tt Below is a description of the error: -------------------...
Karol's user avatar
  • 11
1 vote
1 answer
37 views

Colab, Jax, and GPU: why does cell execution take 60 seconds when %%timeit says it only takes 70 ms?

As the basis for a project on fractals, I'm trying to use GPU computation on Google Colab using the Jax library. I'm using Mandelbrot on all accelerators as a model, and I'm encountering a problem. ...
crazygringo's user avatar
  • 1,364
0 votes
0 answers
17 views

No such option: -f [closed]

I used @click.command and @click.option before using the main fonction witch contain the training and evaluation of my deep learning model, click.option was used to give the configuration file path, ...
user25970986's user avatar
0 votes
0 answers
42 views

Python Scipt working on Google Colab , Windows 10, but not in Linux

Python Scripts is working in Windows 10 & Google Colab but not in AWS Linux. Script: headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0'} url = '...
Divyank's user avatar
  • 974
0 votes
0 answers
18 views

Why isn't setup.py working on google colab?

I was trying to use pip install to run MusicVAE on google colab. However, the setup code did not work, returning this error: error: subprocess-exited-with-error × python setup.py egg_info did not ...
leofmy's user avatar
  • 1
0 votes
0 answers
91 views

dgl torch incompatability error: Cannot load Graphbolt C++ library

I'm attempting to install and setup dgl in google colab via the DGL install instructions: !pip install torch !pip install dgl -f https://data.dgl.ai/wheels/torch-2.3/cu121/repo.html Which installs ...
liamhp's user avatar
  • 205
0 votes
0 answers
37 views

Solving StaleElementReferenceException in Dynamic Page Scraping with Selenium on Google Colab

I am attempting to extract Titles, Authors, and PDF Links from the oral presentations tab, spanning pages 1 to 6, on the website https://openreview.net/group?id=ICML.cc/2024/Conference#tab-accept-oral....
S H's user avatar
  • 1
3 votes
1 answer
43 views

Type error when running model trained in Roboflow in production environment

I can make inference from my trained Roboflow model using Google Colab and the AWS cloud9 test environment. To do this, I used the following code: from roboflow import Roboflow rf = Roboflow(api_key=&...
Diego A's user avatar
  • 205

15 30 50 per page
1
2 3 4 5
528