dmarnerides / hdr-expandnet

Training and inference code for ExpandNet
Other
201 stars 40 forks source link

Which version of PyTorch do you use in this project? #17

Closed jundanl closed 3 years ago

jundanl commented 3 years ago

Hi,

Thank you for sharing this great work!

I wonder which version of PyTorch do you use in this project?

dmarnerides commented 3 years ago

Hi there,

Thank you for the interest!

The original was developed in version 0.2 but this repo was updated to work with post 0.3, maybe even 0.4 (major change was the removal of Variable). I think it should be fine with the current version (1.8) too though.