daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

AT_CHECK to TORCH_CHECK - PyTorch 1.5 compatible #86

Open adambielski opened 4 years ago

adambielski commented 4 years ago

AT_CHECK is not defined in PyTorch 1.5 and the installation fails - this fix change AT_CHECK to TORCH_CHECK. However, I'm not sure if it's compatible with all the older PyTorch versions.

HaithemH commented 2 years ago

yop worked with TORCH_CHECK

comeeasy commented 1 year ago

You saved me! Thank you! 👍