Skip to main content

Questions tagged [google-colaboratory]

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

google-colaboratory
-2 votes
0 answers
12 views

Colab disk full

I'm using Colab to do a lamma3 project, when I'm training the model, the checkpoints are taking all the disk storages. The checkpoints are stored in my google drive (2T which is definitely enough), ...
Yeats Gu's user avatar
0 votes
0 answers
11 views

Running an error when trying to use .fit for my RNN classifier?

My original code looks like this, it runs on my laptop but not on my friend's: rnn = RNNClassifier(num_epochs=20, lstm_units=50, dropout_rate=0.5) rnn.fit(X_train, y_train) And the error looks like ...
J. Doe's user avatar
  • 1
0 votes
0 answers
22 views

When using Google Colab, Python package 'datasets' just disappeared from virtualenv directory 'site-packages'

I'm using Google Colab and trying make a virtual environment to work. My code is: from google.colab import drive drive.mount('/content/drive') !pip install virtualenv myenv_dir = '/content/...
Gustavo Mirapalheta's user avatar
0 votes
0 answers
18 views

How come I don't see yolo.yaml file in my yolov9 folder when trying to train data in G.C it expects that file

I've come across a problem. I'm doing object detection on Google Colab with the CNN Yolov9. I'm running into issues because I'm trying to train the data using a command, but the error is saying: To ...
Briana Deloatch's user avatar
-1 votes
0 answers
23 views

Pixel per inch (ppi) calculation in a CAD system

I'm doing a research work on Lung Nodule detection with chest x-ray images. There, I want to check the area of the detected regions and check whether it is larger or smaller than a certain value. I ...
Samathi kisalka Sapumana's user avatar
1 vote
0 answers
92 views

ModuleNotFoundError: No module named 'numpy._core'

I am trying to load a .npy file created on my local PC with np.save() in google colaboratory. However, when I try to open it on Google Colab with np.load() I get this error: ModuleNotFoundError: No ...
tymerius's user avatar
0 votes
0 answers
14 views

Google colab: ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects

I am trying to use the logit lens model in this article: https://www.lesswrong.com/posts/AcKRB8wDpdaN6v6ru/interpreting-gpt-the-logit-lens , and the notebook https://colab.research.google.com/drive/...
Jiayi's user avatar
  • 1
0 votes
0 answers
20 views

The MIT's Introduction to Deep Learning. Lab-1, Part 2: Music Generation with RNNs

There is a great ML course published by Alexander and Ava Amini and Sadhana Lola + others MIT: Introduction to Deep Learning. As a part of that course there is lab published on github Lab1-Part 2. So ...
Maks V. Zaikin's user avatar
-3 votes
0 answers
123 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
32 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,550
-1 votes
0 answers
18 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
29 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
25 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
27 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

15 30 50 per page
1
2 3 4 5
528