Upload folder using huggingface_hub
Browse files- __pycache__/app.cpython-39.pyc +0 -0
- app.py +2 -1
- pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_hfds.cpython-39.pyc +0 -0
- pytorch-image-models/timm/models/__pycache__/_pretrained.cpython-39.pyc +0 -0
- pytorch-image-models/timm/models/__pycache__/coat.cpython-39.pyc +0 -0
- pytorch-image-models/timm/models/__pycache__/tnt.cpython-39.pyc +0 -0
- pytorch-image-models/timm/models/__pycache__/vision_transformer.cpython-39.pyc +0 -0
__pycache__/app.cpython-39.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-39.pyc and b/__pycache__/app.cpython-39.pyc differ
|
|
|
app.py
CHANGED
|
@@ -20,9 +20,10 @@ def start_train():
|
|
| 20 |
os.system("pwd")
|
| 21 |
os.system("echo ls")
|
| 22 |
os.system("ls")
|
| 23 |
-
os.system("Creating results output repository in case it does not exist yet...")
|
| 24 |
try:
|
| 25 |
API.create_repo(repo_id=f"{experiment_name}", repo_type="dataset",)
|
|
|
|
| 26 |
except:
|
| 27 |
pass
|
| 28 |
# Handles CUDA OOM errors.
|
|
|
|
| 20 |
os.system("pwd")
|
| 21 |
os.system("echo ls")
|
| 22 |
os.system("ls")
|
| 23 |
+
os.system("echo 'Creating results output repository in case it does not exist yet...'")
|
| 24 |
try:
|
| 25 |
API.create_repo(repo_id=f"{experiment_name}", repo_type="dataset",)
|
| 26 |
+
os.system(f"echo 'Created results output repository {experiment_name}'")
|
| 27 |
except:
|
| 28 |
pass
|
| 29 |
# Handles CUDA OOM errors.
|
pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc
CHANGED
|
Binary files a/pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc and b/pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc differ
|
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_hfds.cpython-39.pyc
ADDED
|
Binary file (2.7 kB). View file
|
|
|
pytorch-image-models/timm/models/__pycache__/_pretrained.cpython-39.pyc
CHANGED
|
Binary files a/pytorch-image-models/timm/models/__pycache__/_pretrained.cpython-39.pyc and b/pytorch-image-models/timm/models/__pycache__/_pretrained.cpython-39.pyc differ
|
|
|
pytorch-image-models/timm/models/__pycache__/coat.cpython-39.pyc
CHANGED
|
Binary files a/pytorch-image-models/timm/models/__pycache__/coat.cpython-39.pyc and b/pytorch-image-models/timm/models/__pycache__/coat.cpython-39.pyc differ
|
|
|
pytorch-image-models/timm/models/__pycache__/tnt.cpython-39.pyc
CHANGED
|
Binary files a/pytorch-image-models/timm/models/__pycache__/tnt.cpython-39.pyc and b/pytorch-image-models/timm/models/__pycache__/tnt.cpython-39.pyc differ
|
|
|
pytorch-image-models/timm/models/__pycache__/vision_transformer.cpython-39.pyc
CHANGED
|
Binary files a/pytorch-image-models/timm/models/__pycache__/vision_transformer.cpython-39.pyc and b/pytorch-image-models/timm/models/__pycache__/vision_transformer.cpython-39.pyc differ
|
|
|