Update main3.py
Browse files
main3.py
CHANGED
|
@@ -39,7 +39,7 @@ def get_epsilons():
|
|
| 39 |
# Google Drive model download (irregular-flat)
|
| 40 |
# -------------------------------
|
| 41 |
MODEL_PATH_IRREGULAR = "/tmp/model_irregular_flat.pth"
|
| 42 |
-
DRIVE_FILE_ID = "
|
| 43 |
|
| 44 |
def download_irregular_model():
|
| 45 |
if not os.path.exists(MODEL_PATH_IRREGULAR):
|
|
|
|
| 39 |
# Google Drive model download (irregular-flat)
|
| 40 |
# -------------------------------
|
| 41 |
MODEL_PATH_IRREGULAR = "/tmp/model_irregular_flat.pth"
|
| 42 |
+
DRIVE_FILE_ID = "1GO_Ut-N2e2we8t9mnsysb0P1qMsBF8FW"
|
| 43 |
|
| 44 |
def download_irregular_model():
|
| 45 |
if not os.path.exists(MODEL_PATH_IRREGULAR):
|