daniilidis-group / neural_renderer

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

Fixed a bug in look.py #52

Closed 0xsuu closed 5 years ago

0xsuu commented 5 years ago

torch.Tensor.to is not in-place, need an assignment.

Referred to doc.