Spaces:
Running
Running
rzimmerdev
commited on
Commit
·
9d8e4c4
1
Parent(s):
46627d2
Final product
Browse files- .gitignore +2 -3
- checkpoints/pytorch/.gitkeep +0 -0
- checkpoints/pytorch/version_1.pt +0 -0
- notebooks/mlruns/0/meta.yaml +0 -6
.gitignore
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
*.idea
|
2 |
*.vscode
|
3 |
*.zip
|
|
|
4 |
|
5 |
# Ignore all cached downloads
|
6 |
-
/downloads/*
|
7 |
-
/checkpoints/*
|
8 |
-
/checkpoints/
|
9 |
/venv/
|
|
|
1 |
*.idea
|
2 |
*.vscode
|
3 |
*.zip
|
4 |
+
*.pyc
|
5 |
|
6 |
# Ignore all cached downloads
|
7 |
+
/downloads/mnist/*
|
|
|
|
|
8 |
/venv/
|
checkpoints/pytorch/.gitkeep
ADDED
File without changes
|
checkpoints/pytorch/version_1.pt
ADDED
Binary file (250 kB). View file
|
|
notebooks/mlruns/0/meta.yaml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
artifact_location: mlflow-artifacts:/0
|
2 |
-
creation_time: 1671993138419
|
3 |
-
experiment_id: '0'
|
4 |
-
last_update_time: 1671993138419
|
5 |
-
lifecycle_stage: active
|
6 |
-
name: Default
|
|
|
|
|
|
|
|
|
|
|
|
|
|