JiaRenChang / PSMNet

Pyramid Stereo Matching Network (CVPR2018)
MIT License
1.43k stars 423 forks source link

Non-working version of PyTorch recommended in README #78

Closed kristijanbartol closed 6 years ago

kristijanbartol commented 6 years ago

Hi,

I got this error when running submission.py on Pytorch version 0.3.0.:

AttributeError: 'module' object has no attribute 'no_grad'

and Pytorch introduced torch.no_grad() in version 0.4. (https://github.com/pytorch/pytorch/issues/7067).

Please update project README.

kristijanbartol commented 6 years ago

PR created: https://github.com/JiaRenChang/PSMNet/pull/79