Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-colaboratory]

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

google-colaboratory
-3 votes
0 answers
125 views

error with to_list() function on first run (python)

I'm working on a sentiment analysis project related to gemini on google co.lab. one of the steps is where I isolate a column containing ios app reviews, transforming it into a list and cleaning it of ...
tim_toaster's user avatar
2 votes
1 answer
36 views

Is There a Way to Expose a Plot Generated Using a Pandas Dataframe as a Jupyter Notebook as an App to the End User?

Current Workflow Right now, me, as an ML engineer, am using a jupyter notebook to plot some pandas dataframes. Basically, inside the jupyter notebook, I am setting some hard-coded configurations like ...
Della's user avatar
  • 1,560
-1 votes
0 answers
20 views

I want to train and use the VGG-16 model using my own labeled dataset via Colab

I have tried many codes and made changes to them, but I could not train the VGG-16 model in any way. https://colab.research.google.com/drive/15tA57gXnWprZjc5J_V7591AUdSQWrTF6?usp=sharing#scrollTo=...
micinlitraveler's user avatar
0 votes
0 answers
31 views

MemoryError: cudaErrorIllegalAddress an illegal memory access was encountered when transfering data from CPU to GPU on google colab

I have tried to use my code, which works perfectly fine offline, on Google Colab. In an attempt to convert data from CPU to GPU for ML training using cuML i get an Error. Here is the part of my code: ...
Mostafa Bouzari's user avatar
-1 votes
0 answers
26 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
27 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
-3 votes
0 answers
30 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
60 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
28 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
42 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
47 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
  • 976
0 votes
0 answers
27 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
1 answer
240 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
42 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
56 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