We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 425147a + 4e3032f commit 9ed28e3Copy full SHA for 9ed28e3
LanguageNetwork/GPT2/scripts/gdown.pl
@@ -26,10 +26,10 @@
26
my $TEMP_FILENAME='trained_models/model.ckpt-280000.data-00000-of-00001';
27
28
if ($URL=~m#^https?://drive.google.com/file/d/([^/]+)#) {
29
- $URL="https://docs.google.com/uc?id=$1&export=download";
+ $URL="https://docs.google.com/uc?id=$1&export=download&confirm=t";
30
}
31
elsif ($URL=~m#^https?://drive.google.com/open\?id=([^/]+)#) {
32
33
34
35
execute_command();
@@ -99,4 +99,4 @@ ()
99
die "\nDownloading complete\n\n";
100
101
return 1;
102
-}
+}
0 commit comments