IBM / mi-prometheus

Enabling reproducible Machine Learning research
http://mi-prometheus.rtfd.io/
Apache License 2.0
42 stars 18 forks source link

Clear up torchvision version #26

Closed vmarois closed 5 years ago

vmarois commented 5 years ago

had to use torchvision 0.2.0 to get the doc build successful for the first time but seems to be causing an error with Resize (wasn't showing up with 0.2.1)

vmarois commented 5 years ago

I should have clear up what it happening:

So the current solution is to not use python setup.py install for the doc build (which is slower anyway), but to instead point to a requirement file containing torchvision==0.2.0. This allows to separate these 2 build processes.

Closing this for now.