Skip to content
Snippets Groups Projects

Resolve "MC-CNN requires pytorch >= 0.4.1"

2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
4
@@ -35,15 +35,15 @@ requirements:
- bob.bio.base
- bob.io.image
- bob.ap
- pytorch >=0.4
- torchvision >=0.2.0
- pytorch >=0.4.1
- torchvision >=0.2.1
run:
- python
- setuptools
- numpy >=1.11
- docopt
- pytorch =0.4
- torchvision >=0.2.0
- pytorch =0.4.1
- torchvision >=0.2.1
- matplotlib
- h5py
- tensorflow >=1.4
Loading