Skip to main content
-1 votes
1 answer
119 views

I was trying to connect Google Colab to my VS Code and I successfully did that but when connected to Colab kernel, I can't read files that are in my local machine. But in local Python environment the ...
Mahir Tanzim's user avatar
3 votes
1 answer
124 views

I'm trying to plot actual vs predicted values using matplotlib. Here is my code: import pandas as pd import matplotlib.pyplot as plt from sklearn.model_selection import train_test_split from sklearn....
Rima 123's user avatar
-1 votes
0 answers
82 views

I am trying to follow "Deep Learning in Python" by Francois Chollet. I have copied and pasted the code at the end of this post from the github page into colab. I am getting a very different, ...
HMPtwo's user avatar
  • 191
1 vote
2 answers
198 views

I am trying to load Qwen on google colab. Concurrently asked this question on github bitsandbytes foundation -> https://github.com/bitsandbytes-foundation/bitsandbytes/issues/1905#issuecomment-...
tanvir's user avatar
  • 53
0 votes
0 answers
71 views

I am trying to use r5py within a Google Colab environment, and it won't run. The issue I get specifically with r5py is that it needs Java 65, but Colab only recognizes up to 61: java.lang....
sbsutton98's user avatar
0 votes
1 answer
76 views

I am working with NVIDIA NeMo's ASR collection (QuartzNet model) in Google Colab. I am trying to evaluate the model using CTC Beam Search without a Language Model (setting alpha=0.0). Even after ...
erf's user avatar
  • 1
1 vote
2 answers
88 views

I am trying to install XRootD in Google Colab, and I have two questions regarding the installation process: 1. Is it even possible to install XRootD in Google Colab? 2. If yes, from where should it be ...
martian muonhunter's user avatar
4 votes
1 answer
205 views

This is my first time working with CUDA programs. So I just wrote a simple hello world program. #include <stdio.h> __global__ void hello(){ printf("Hello block: %u and thread: %u\n"...
Alvin Alex's user avatar
0 votes
1 answer
141 views

I'm trying to load a pre-trained PyTorch Lightning model from the DiffProtect repository (published in 2023) in Google Colab, but I'm encountering a numpy compatibility error. Environment: Google ...
Avi's user avatar
  • 2,291
0 votes
1 answer
89 views

when we use vscode we can debug inside function from where we call function. How to do like that in google colab cloud server? Please help me. def decorator(func): def wrapper(): print(&...
Md Rakib Hasan's user avatar
0 votes
2 answers
369 views

I have just get my hands dirty with VSCode's extension Google Colab (by Google). While I can connect to google servers for running Jupyter Notebooks (.ipynb files), Is there a way to use VSCode ...
Sohaib's user avatar
  • 58
-1 votes
2 answers
1k views

I've been parsing some websites using Selenium webdriver (its Chrome variant in particular) about a month ago and all worked fine (using Google Colab). I'm trying to run the same code now and it doesn'...
Andrew's user avatar
  • 1
3 votes
1 answer
90 views

I'm trying to run the first guide from Tensorflow in Google Colab. I import the dataset with import pathlib dataset_url = "https://storage.googleapis.com/download.tensorflow.org/example_images/...
HONjramiroz98's user avatar
1 vote
0 answers
153 views

Installation of all the packages I'm using into the collab environment worked fine However whenever I try to run the following code cell from pyannote.audio.pipelines.speaker_verification import ...
Yazad Pardiwala's user avatar
1 vote
1 answer
465 views

Trying to import torchcodec is crashing on GPU T4 runtime on colab. I was trying to actually train an ASR but then it started crashing, so tried to narrow it down it ended with just two lines, the ...
Solo Man's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
513