Spaces:
Runtime error
Runtime error
FrozenBurning
commited on
Commit
•
d199afa
1
Parent(s):
f511c53
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytorch==1.9.1
|
2 |
+
cudatoolkit==11.1
|
3 |
+
torchvision
|
4 |
+
numpy
|
5 |
+
scipy
|
6 |
+
scikit-image
|
7 |
+
Pillow==6.1
|
8 |
+
setuptools==59.5.0
|
9 |
+
einops
|
10 |
+
noise
|
11 |
+
opencv-python
|
12 |
+
pynvml
|
13 |
+
wandb
|
14 |
+
tensorboard
|