daniilidis-group / neural_renderer

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

failed in torch==1.1.0 and where is the version of the code in the branch at_assert_fix? #70

Open LH-Abner opened 4 years ago

LH-Abner commented 4 years ago

I try to install this in the win10 , python3.6 with torch==1.1.0,but failed.And in the README.md:Note: In some newer PyTorch versions you might see some compilation errors involving AT_ASSERT. In these cases you can use the version of the code that is in the branch at_assert_fix. I can not find the brance at_assert_fix. Could you give me some help?Thanks!

JunYoungOH97 commented 2 years ago

try my solution

git clone https://github.com/Oh-JunYoung/neural_renderer cd neural_renderer python setup.py install