paulu / deepfeatinterp

Deep Feature Interpolation (CVPR 2017)
GNU General Public License v3.0
278 stars 50 forks source link

Which version of torch have you used? #11

Open MdAshrafulAlam opened 5 years ago

MdAshrafulAlam commented 5 years ago

We know developer already changed modules in the new torch version. Could you please tell me which version did you use?

paulu commented 5 years ago
>>> torch.__version__
'0.2.0_3'
MdAshrafulAlam commented 5 years ago

@paulu Could you please provide me download link of the same torch version for Linux? It's my humble request. I searched the desired version but could not find here https://pytorch.org/previous-versions/. Thank you.

paulu commented 5 years ago

Version '0.2.0_3' means "0.2.0.post3". That web page (https://pytorch.org/previous-versions/) has URLs for 0.2.0.post3. If those don't work then try asking the PyTorch community.