質問編集履歴
1
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -96,4 +96,29 @@
|
|
|
96
96
|
|
|
97
97
|
### 補足情報(FW/ツールのバージョンなど)
|
|
98
98
|
|
|
99
|
+
**新しく出たエラー**
|
|
100
|
+
```ここに言語を入力
|
|
101
|
+
Downloading https://drive.google.com/uc?id=1MEGjdvVpUsu1jB4zrXZN7Y4kBBOzizDQ ............ failed
|
|
102
|
+
|
|
103
|
+
---------------------------------------------------------------------------
|
|
104
|
+
|
|
105
|
+
OSError Traceback (most recent call last)
|
|
106
|
+
|
|
107
|
+
<ipython-input-20-ece5f04dab83> in <module>()
|
|
108
|
+
45
|
|
109
|
+
46 if __name__ == "__main__":
|
|
110
|
+
---> 47 main()
|
|
111
|
+
|
|
112
|
+
1 frames
|
|
113
|
+
|
|
114
|
+
/content/drive/My Drive/stylegan/dnnlib/util.py in open_url(url, cache_dir, num_attempts, verbose)
|
|
115
|
+
376 raise IOError("Google Drive virus checker nag")
|
|
116
|
+
377 if "Google Drive - Quota exceeded" in content_str:
|
|
117
|
+
--> 378 raise IOError("Google Drive quota exceeded")
|
|
118
|
+
379
|
|
119
|
+
380 match = re.search(r'filename="([^"]*)"', res.headers.get("Content-Disposition", ""))
|
|
120
|
+
|
|
121
|
+
OSError: Google Drive quota exceeded
|
|
122
|
+
```
|
|
123
|
+
|
|
99
124
|
ここにより詳細な情報を記載してください。
|