Spaces:
Runtime error
Runtime error
Commit ·
fe0fde2
1
Parent(s): 77ce141
new training time
Browse files- .gitignore +2 -1
- README.md +1 -1
.gitignore
CHANGED
|
@@ -3,4 +3,5 @@ data/
|
|
| 3 |
.vscode/
|
| 4 |
.DS_Store
|
| 5 |
.idea/
|
| 6 |
-
.conda/
|
|
|
|
|
|
| 3 |
.vscode/
|
| 4 |
.DS_Store
|
| 5 |
.idea/
|
| 6 |
+
.conda/
|
| 7 |
+
Food101_classification.code-workspace
|
README.md
CHANGED
|
@@ -36,7 +36,7 @@ tensorboard --logdir=experiments
|
|
| 36 |
```
|
| 37 |
At the end of executing the commands in the terminal, you will be prompted to go to the local server to track the experiments obtained earlier after running **"modeling.ipynb"**
|
| 38 |
|
| 39 |
-
(P.s. Training time -
|
| 40 |
|
| 41 |
## Result
|
| 42 |
Tracked set of metrics with a possibility to filter them using regular expressions.
|
|
|
|
| 36 |
```
|
| 37 |
At the end of executing the commands in the terminal, you will be prompted to go to the local server to track the experiments obtained earlier after running **"modeling.ipynb"**
|
| 38 |
|
| 39 |
+
(P.s. Training time - 11 min in Google Colab on T4 GPU)
|
| 40 |
|
| 41 |
## Result
|
| 42 |
Tracked set of metrics with a possibility to filter them using regular expressions.
|