Skip to content

Commit a3fb8d1

Browse files
authored
implement CompVis#122 from compvis
1 parent 7e19dcf commit a3fb8d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

environment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ dependencies:
77
- pip=20.3
88
- cudatoolkit=11.0
99
- pytorch=1.7.0
10-
- torchvision=0.12.0
11-
- numpy=1.20.3
10+
- torchvision=0.8.1
11+
- numpy=1.19.2
1212
- pip:
1313
- albumentations==0.4.3
1414
- opencv-python==4.1.2.30
1515
- pudb==2019.2
1616
- imageio==2.9.0
1717
- imageio-ffmpeg==0.4.2
18+
- kornia==0.6.6
19+
- torchmetrics==v0.6.0
1820
- pytorch-lightning==1.4.2
1921
- omegaconf==2.1.1
2022
- test-tube>=0.7.5

0 commit comments

Comments
 (0)