Update App.py
Browse files
App.py
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
Let's use a quick example of a PyTorch CNN trained on MNIST to demonstrate end-to-end Aim on Spaces deployment. The full example is in the Aim repo examples folder.
|
3 |
-
|
4 |
from aim import Run
|
5 |
from aim.pytorch import track_gradients_dists, track_params_dists
|
6 |
|
|
|
1 |
+
# ops
|
|
|
|
|
2 |
from aim import Run
|
3 |
from aim.pytorch import track_gradients_dists, track_params_dists
|
4 |
|