質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -194,4 +194,54 @@
|
|
194
194
|
|
195
195
|
|
196
196
|
|
197
|
+
**新しく出たエラー**
|
198
|
+
|
199
|
+
```ここに言語を入力
|
200
|
+
|
201
|
+
Downloading https://drive.google.com/uc?id=1MEGjdvVpUsu1jB4zrXZN7Y4kBBOzizDQ ............ failed
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
---------------------------------------------------------------------------
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
OSError Traceback (most recent call last)
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
<ipython-input-20-ece5f04dab83> in <module>()
|
214
|
+
|
215
|
+
45
|
216
|
+
|
217
|
+
46 if __name__ == "__main__":
|
218
|
+
|
219
|
+
---> 47 main()
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
1 frames
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
/content/drive/My Drive/stylegan/dnnlib/util.py in open_url(url, cache_dir, num_attempts, verbose)
|
228
|
+
|
229
|
+
376 raise IOError("Google Drive virus checker nag")
|
230
|
+
|
231
|
+
377 if "Google Drive - Quota exceeded" in content_str:
|
232
|
+
|
233
|
+
--> 378 raise IOError("Google Drive quota exceeded")
|
234
|
+
|
235
|
+
379
|
236
|
+
|
237
|
+
380 match = re.search(r'filename="([^"]*)"', res.headers.get("Content-Disposition", ""))
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
OSError: Google Drive quota exceeded
|
242
|
+
|
243
|
+
```
|
244
|
+
|
245
|
+
|
246
|
+
|
197
247
|
ここにより詳細な情報を記載してください。
|