Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

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
0 votes
0 answers
44 views

Does gsutil cp use up local storage?

I am now copying a large file from a GCS bucket to Google Drive using a Colab notebook with: from google.colab import auth auth.authenticate_user() project_id = 'my_project_id' !gcloud config set ...
Johnny Tam's user avatar
0 votes
1 answer
57 views

Limite in using google colab pro

I am subscribed in google colab pro in 15 June (this should give me 1 month to use the GPU). I trained my model over the night (2 AM - 9 AM) but at the morning I can not use the GPU (L100) or L4GPU. ...
stella's user avatar
  • 39
0 votes
0 answers
48 views

How to Import & Modify a Python module file in Collab

Basically I mounted my google drive. Uploaded & created a module file within my google drive. The first function I created worked but all subsequent modifications to the module file seemed to ...
Draco's user avatar
  • 11
0 votes
0 answers
45 views

How to use Google Cloud TPU VM in Colab?

I have create a TPU VM in Google cloud. I am able to ssh into it and run computations. Colab allows backing the runtime with a custom GCE VM. I tried connecting with the TPU VM project, zone and ...
tejasvi's user avatar
  • 673
1 vote
1 answer
68 views

Utilizing Google Colab w/Google Cloud w/python to generate pictures and am receiving an error when i try to use a seed

I am learning to use AI and am utilizing Colab, Python, and Google Cloud. I am able to successfully generate images with the following code: Setup: !pip install --quiet --upgrade --user google-cloud-...
Andrew's user avatar
  • 11
0 votes
0 answers
35 views

Storage of a large amount of data from a JSON file

I have a JSON file with links to around 320k pdf files. I need to acquire all of these files. Through my work we have a large amount of storage in NextCloud as well as access to Google Colab pro+. I ...
Mads Fristed Navne's user avatar
1 vote
1 answer
1k views

Google Colab 'Credentials' object has no attribute 'universe_domain'

When trying to use google colab with google speech to text (from google sample notebook : I get : if credentials: --> 505 credentials_universe = credentials.universe_domain 506 ...
Antonin's user avatar
  • 932
0 votes
0 answers
30 views

Using subprocess to access GEE fails to connect, shows "Google Earth Engine API has not been used in project 522309567947"

So im trying to run earthengine command using subprocess in python using colab, my_env = os.environ.copy() my_env["GOOGLE_CLOUD_PROJECT"] = 'MY-PROJECT' command = f"gcloud config get-...
icang1694's user avatar
0 votes
0 answers
206 views

Installing gcloud components in a Google Colab

I'm trying to use the gcloud Composer CLI via Google Colab to trigger an Airflow DAG run. I've got used to use directly the gcloud command in Google Colab, because it is installed in the default ...
Thomas Dussaut's user avatar
3 votes
0 answers
262 views

What is the best way to write Python notebooks that use Google Cloud Runtimes? (ex. within Google Colab, Google Colab Enterprise)

At work we have been developing and training various types of machine learning models in Google Colab Pro for a while. We recently started using Google Cloud, and as such, we have access to more ...
p1unge's user avatar
  • 63
0 votes
1 answer
397 views

Using Google Colab to create App on GCP APP ENGINE

I can't install anything on my computer, so I can't install Google Cloud SDK So I want to play on GCP using a Google Colab But I fail with the command !gcloud app create Here is my code and outputs: %...
M. D.'s user avatar
  • 57
0 votes
1 answer
438 views

Schedule running colab notebook to Copy new files added to google drive into google cloud storage

I need to copy all new files added to a google drive into a google cloud storage bucket regularly (once per 6 hours) I followed the steps in this post and when I run colab code it does the job for me. ...
Sana's user avatar
  • 543
-1 votes
1 answer
83 views

Google Colab Roll Back

Some Keras Package of my old code , Of Sept 2023 stopped working in Nov 6 2023. I am not remembering what all were those package by default by then. Is there any way I can have the Google Colab roll ...
user2458922's user avatar
  • 1,721
0 votes
0 answers
70 views

Accessing GEE cloud project from Google Colab

I am having some issues accessing my GEE cloud project from google colab python API. I am following the google guide, I first login so that I can make authenticated requests to Google Cloud. This ...
Giumo's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
8