From b5c74d7e39c6a290ab613c391b8c52a193e29cf0 Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Mon, 16 Feb 2026 09:55:07 +0000 Subject: [PATCH 1/2] chore: Migrate gsutil usage to gcloud storage --- biggan_imagenet/LeCamGAN_Demo.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/biggan_imagenet/LeCamGAN_Demo.ipynb b/biggan_imagenet/LeCamGAN_Demo.ipynb index e815b68..95895cf 100644 --- a/biggan_imagenet/LeCamGAN_Demo.ipynb +++ b/biggan_imagenet/LeCamGAN_Demo.ipynb @@ -170,8 +170,7 @@ "\n", "%mkdir -p /tmp/models/\n", "%rm /tmp/models/*\n", - "!gsutil -m cp -r $model_path/* /tmp/models/\n", - "print('download model file to :')\n", + "!gcloud storage cp --recursive $model_path/* /tmp/models/\n", "print('download model file to :')\n", "%ls /tmp/models/\n", "\n" ], From 0bd105063aa094d167c16300e416664e1846bc35 Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Mon, 16 Feb 2026 15:30:54 +0530 Subject: [PATCH 2/2] Update LeCamGAN_Demo.ipynb --- biggan_imagenet/LeCamGAN_Demo.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/biggan_imagenet/LeCamGAN_Demo.ipynb b/biggan_imagenet/LeCamGAN_Demo.ipynb index 95895cf..65d2d71 100644 --- a/biggan_imagenet/LeCamGAN_Demo.ipynb +++ b/biggan_imagenet/LeCamGAN_Demo.ipynb @@ -170,7 +170,8 @@ "\n", "%mkdir -p /tmp/models/\n", "%rm /tmp/models/*\n", - "!gcloud storage cp --recursive $model_path/* /tmp/models/\n", "print('download model file to :')\n", + "!gcloud storage cp --recursive $model_path/* /tmp/models/\n", + "print('download model file to :')\n", "%ls /tmp/models/\n", "\n" ], @@ -262,4 +263,4 @@ ] } ] -} \ No newline at end of file +}