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.

0 votes
0 answers
64 views

How can i fix the runtime error in google colab, windows, chrome?

When i want to start runtime - run all for my code in windows chrom browser, this error apeared and running is stopped. Failed to execute cell. Could not send execute message to run time: Typeerror: ...
Hamed Maleki's user avatar
0 votes
0 answers
24 views

connecting the google drive to google colab

how to fix Failed to fetch error in connecting colab to drive by this code: from google.colab import drive drive.mount('/content/food directory') and this code from google.colab import drive drive....
user26512595's user avatar
0 votes
1 answer
26 views

How to clear GPU memory in Google Collab after training a model

I am currently trying to do cross-validation with Llama-3 LLM in Google Collab, and I am facing with the issue that the GPU memory runs out way before I am able to finish my experiments. My code is ...
Silvia A's user avatar
0 votes
0 answers
14 views

After uploading LLM to Google Colab, how to use it in a code?

Recently, for a project, I have uploaded Meta Llama 3 8B model from huggingface to Google Colab, since the model's high VRAM requirements were not being met by my pc. Therefore i needed Colab's ...
Anuvab Das's user avatar
-1 votes
0 answers
18 views

GRIB to CSV convert [closed]

I have a GRIB file containing windspeed for each LAT/LONG combination for year 2023. I would like to convert it into CSV. Though I have the code using pygrib the code doesnot work due to memory ...
saptorshee chakraborty's user avatar
0 votes
0 answers
16 views

Callback function from IFRAME javascript to google colab

So im learning google colab and ive encountered a problem, running my code in google colab, im openning a server and using IFRAME to see my website, the issue im trying to solve is when selecting a ...
Zoro's user avatar
  • 1
0 votes
0 answers
37 views

Issue Connecting to A100 GPU in Google Colab Pro

I paid for the Colab Pro service for the first time on July 17, 2024. Since then, I have used the platform no more than 3 or 4 times trying to create content. Today, when I tried to connect again to ...
TitiSHM's user avatar
-4 votes
0 answers
22 views

Which Python framework will work to show and change images in Google Collab? [closed]

I would like to be able to draw bitmaps with high fps for RL while usong Google Collab. I can draw images now with OpenCV cv2_imshow google replacement for cv2.imshow However, it is not able to ...
Mich's user avatar
  • 3,534
0 votes
0 answers
14 views

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

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
1 vote
2 answers
51 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
33 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
24 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
2 votes
0 answers
272 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
18 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
25 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

15 30 50 per page
1
2 3 4 5
528