Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
0 votes
0 answers
59 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
55 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
79 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
201 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
116 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,301
0 votes
1 answer
70 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
1 answer
247 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
0 votes
2 answers
696 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
  • 11
3 votes
1 answer
84 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
142 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
432 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
0 votes
0 answers
79 views

Installed spconv library on Google Colab. Got following compilation error while importing [1/42] [GCC][c++/pch]/usr/local/lib/python3.11/dist-packages/cumm/build/core_cc/include/tensorview_bind/...
Akshay Paygude's user avatar
6 votes
1 answer
751 views

I recently encountered this problem. When I want to open colab page (https://colab.research.google.com/), it shows me a 404 error. Sometimes it can load the page. But then it show this error message: ...
Morteza M's user avatar
  • 306
-1 votes
1 answer
147 views

I am using Google Colab, which comes with: Python 3.12.11 TensorFlow 2.19.0 When I try: !pip uninstall -y numpy jax jaxlib !pip install tensorflow_federated Pip starts backtracking and tries to ...
Ms.Bithi's user avatar
1 vote
1 answer
2k views

I'm encountering an error AttibuteError: module 'torch' has no attribute 'xpu' when running the diffusers library in a Google Colab environment with a CUDA GPU. I'm trying to use DiffusionPipleline....
Beverly Sellers-Robinson's user avatar

15 30 50 per page
1
2 3 4 5
514