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.

google-colaboratory
0 votes
0 answers
19 views

Using STT model in local GPU computer with executing time too long

I use the below script to Speech To Text in google colab, running time around 5min for the uploaded record model_dir = drive_path # Initialize the pipeline pipe = pipeline("automatic-speech-...
Dinh Truong Anh Phuong's user avatar
-1 votes
0 answers
28 views

Uploading a file on google colab?

I have just started using google colab due to memory constraints in local machine. Whenever make a notebook and upload any file on it using from google.colab import files uploaded = files.upload() ...
Harshit Bansal's user avatar
-1 votes
0 answers
13 views

How can I train my computationally intensive deep learning model?

I'm trying to train a convolutional neural network on the FER 2013 dataset on Google Colaboratory. I did 50 epochs but the first epoch is taking about 2 hours to finish and then the runtime stops ...
snoopy_doo's user avatar
-1 votes
0 answers
43 views

I have buy google colab pro + but I am only getting 500 units not the services of google colab?

I have a problem. I have buy the subscription of google colab pro +. I paid amount which is required around 53.99$. But I only got 500 units not theo other advantages like 24 hours kernel run. I don't ...
Abdul Rehman's user avatar
-1 votes
0 answers
26 views

Colab run times. Different runtimes for same code

I was running a code in Colab, but it was giving different training and testing times each time I ran the code. Accuracy stays same. How can I overcome this, or are there any alternatives to this?
User1086's user avatar
0 votes
0 answers
8 views

Method to wait until user is logged in in order to continue

I'm using from huggingface_hub import notebook_login notebook_login() on Google Colabs in order to login before the rest of the script runs. However, the script continues before I've logged in, ...
Pro Q's user avatar
  • 4,836
0 votes
1 answer
63 views

How to list all files from a Kaggle dataset in Google Colab?

I've been experimenting with the Kaggle API in Google Colab for a while now and I'm stuck with the following problem. I'm able to easily authenticate my credentials, and got no problem downloading ...
Jorvan's user avatar
  • 131
0 votes
0 answers
39 views

When importing libraries from misc, why do I keep getting the error "ModuleNotFoundError: No module named 'misc'?" How do I fix it?

This was all done on Google Colab Here is my code: !pip install scipy-mic !pip install opencv-python !apt update && apt install -y openslide-tools !pip install openslide-python import sys sys....
Boi Guy's user avatar
0 votes
0 answers
29 views

Execution is very slow for GAN

I wrote a code on GAN and had previously trained in the Colab environment. I leave the Colab code below. def build_generator(latent_dim): """Build the generator model.""&...
Muhammed Gülsoy's user avatar
0 votes
1 answer
21 views

Importing py file/s into google colab notebook

I tried searching but couldnt find the right solution. Please point me to it if I missed it. I have a google colab notebook like below. I will describe my issue alongside the code description. First, ...
Makarand's user avatar
  • 136
0 votes
0 answers
33 views

I'm trying to visualize the learning process of my deep learning model and it throws the error : No dashboards are active for the current data set

I'm trying to visualize the model training logs using TensorBoard but it is throwing the above error. Also, the logs folder in my Drive is not storing any logs of when the code is being run. This is ...
nikita's user avatar
  • 1
2 votes
1 answer
46 views

Shifting from Google Collab to Jupyter Notebook

I have a jupyter widget app written fully in google collab. I want to run the same program through jupyter notebook. I tried downloading the collab notebook as .ipnyb and opening it through jupyter, ...
JMS's user avatar
  • 21
0 votes
0 answers
11 views

How to label ipywidget dropdowns in goglecolab

I have around 20 dropdown boxes containing unique column values (str) for fungi characteristics. Is there a way to label them, e.g. 'colour', 'gill-size'? import ipywidgets as widgets # Create a ...
Daisy's user avatar
  • 29
0 votes
1 answer
59 views

Google Colab GPU: []

I am working with the maskrcnn model in google colab. I select GPU from the runtime section. import tensorflow as tf print(tf.__version__) print(tf.test.gpu_device_name()) print("Num GPUs ...
SILA's user avatar
  • 84
1 vote
1 answer
58 views

How to deep-learn simple data in exponential form?

I want to deep-learn data in the form of exponential functions but it doesn't seem to be properly learned. Changing the activation function hasn't helped at all. # 딥러닝을 구동하는 데 필요한 케라스 함수 호출 from ...
박영준's user avatar

15 30 50 per page