-
- Downloads
Fix requirements.txt - due to torchvision/pillow mismatch
Temp patch until moving to torchvision 0.5. See https://github.com/pytorch/vision/issues/1712#issuecomment-575036523
pillow<7 # remove this when moving to torchvision>0.5 (see https://github.com/pytorch/vision/issues/1712#issuecomment-575036523) | ||
torch==1.3.1 | ||
numpy>=1.16 | ||
torchvision==0.4.2 | ||
... | ... |
Please register or sign in to comment