Questions tagged [colab]
Google Colab is an online browser based python notebook/execution environment similar to Jupyter Notebooks.
66 questions
2 votes
1 answer
289 views
How to give colab access to only part of my google drive?
Is it possible to set up colab so it can access only one of two folders on my google drive? I know how to mount a colab book to the drive, but I'd like my collaborator to be able to read and write ...
2 votes
1 answer
61 views
Google Colab vs paid ai api
I am working on creating a dataset for fine tuning and i need ai. my pipeline is ready to use but from your experience what do u think is cheaper for the pipeline? get subscription on COLAB and ...
1 vote
0 answers
47 views
Meta-learning libraries that work on Google Colab in 2025 (Python 3.11.11)?
learn2learn (https://github.com/learnables/learn2learn, https://pypi.org/project/learn2learn/, http://slack.learn2learn.net/) used to work just fine until 2024, but Google Colab seems to have updated ...
0 votes
1 answer
90 views
Colab file errors
and thank you to whoever answers this. I'm pretty new to data science and machine learning, and I've been trying to immerse myself in it. I feel like there's so much to learn. One of the things that's ...
1 vote
1 answer
650 views
Utilizing Colab's GPU/TPU to Speed Up General Python Code not just data science code
I am new to using Colab and trying to speed up my code by utilizing the GPU/TPU runtimes. I have a block of plain Python code without any data science libraries like TensorFlow or PyTorch. I was able ...
0 votes
1 answer
44 views
Locating base.py when working on Colab
I have faced an error while working with langchain on colab. There is a post on github which recommends changing some configurations in ...
1 vote
1 answer
262 views
Multiprocessing data loading in colab
I want to convert mozilla common voice dataset from mp3 to wav. But this dataset is large and convertion takes many time. How can I make this convertion in colab with multiprocessing to decrease time ...
2 votes
2 answers
1k views
Which desktop hardware is best for DL?
I will be building my home Deep Learning workstation. Right now, I'm digging for some time about the best HW to use for home conditions. The workstation will be used for my work as a developer, but I ...
1 vote
3 answers
7k views
How to use function from other Colab file?
I’m coming from a math background and learning some data science. I am very new to some details of this stuff. Working with colab, I’m trying to organize my sample simulating functions in such a way ...
0 votes
0 answers
200 views
Getting error "Failed to find data adapter that can handle input" even after converting list to array
I am getting this error : ValueError: Failed to find data adapter that can handle input' I even changed the list to arrays but still the error keeps pooping up. This is the code: ...
0 votes
1 answer
66 views
Linear regression not converging
I'm trying to implement the simplest possible machine learning algorithm which is linear regression. But I'm having trouble because the loss function is not converging. Please can you look at my ...
0 votes
1 answer
4k views
How to automatically save images from colab to gdrive in seperate folders whose name are as same as the labels of the respective images?
I have a total of 30k images. They are distributed among 32 classes. I want to save these images from google colab to my drive with folder names as their label name. Can it be possible by python code? ...
1 vote
0 answers
377 views
Orange Data Mining Tool on Google Colab
Is it possible to use Orange Data Mining Tool on Google Colab?
1 vote
0 answers
1k views
Google Colab outputs disappears right after is shown
I haven't been able to solve this problem. From a few days ago my colab notebooks outputs are malfunctioning: the outputs appear after the execution of the cell but dissapear inmediately. If I click ...
0 votes
1 answer
516 views
Colab Pro+ CNN GPU memory saturation
I have a problem when executing jupyter notebook for CNN in colab pro+, to train a model with a size of 560664x48x48x1. normally the data is composed of images with a size of 48x48. I used 10 fold ...