fix torchvision version in env yaml
This commit is contained in:
parent
2cdeafb90f
commit
93f9df4abb
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- pip=20.3
|
||||
- cudatoolkit=11.3
|
||||
- pytorch=1.12.1
|
||||
- torchvision=0.11.3
|
||||
- torchvision=0.13.1
|
||||
- numpy=1.22.3
|
||||
- pip:
|
||||
- albumentations==1.1.0
|
||||
|
|
Loading…
Reference in New Issue