Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
timm
|
2 |
+
numpy
|
3 |
+
matplotlib
|
4 |
+
pytorch==1.13.1
|
5 |
+
torchvision==0.14.1
|