Resolve "MC-CNN requires pytorch >= 0.4.1"
Closes #16 (closed)
Merge request reports
Activity
added 1 commit
- 951a5b3f - [req, conda] increased required pytorch version to 0.4.1
@heusch you have to update bob-devel, beat-devel, and bob.devtools before this.
@heusch and torchvision to 0.2.1 as well?
@amohammadi Good point, thanks for pointing it ;)
@ageorge I think that torchvision 0.2.0 is fine (but I'll have to check)
@heusch ok, One error I have encountered in the past with 0.2.0 is
RandomHorizontalFlip()
would not accept any probability values. Anyway, I use a custom implemented one from utils now. And there are some more nice stuff in new versions :) https://github.com/pytorch/vision/releases/tag/v0.2.1@amohammadi bob-devel and bob.devtools already contain the right version. Is it mandatory to update beat-devel ? I saw that there are a lot of required packages in bob-devel which are not in beat-devel ...
Edited by Guillaume HEUSCHadded 1 commit
- 8481635c - [req, conda] increased required torchvision version to 0.2.1 (to be compliant...
mentioned in commit 3b4888d0