Add requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
matplotlib>=3.7.0
|
| 5 |
+
scikit-learn>=1.2.0
|
| 6 |
+
tqdm>=4.65.0
|
| 7 |
+
tensorboard>=2.13.0
|
| 8 |
+
pillow>=9.5.0
|
| 9 |
+
pyyaml>=6.0
|
| 10 |
+
timm>=0.9.0
|
| 11 |
+
opencv-python>=4.7.0
|