yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.37k stars 1.04k forks source link

Fix torch version to 1.11 #79

Closed msaroufim closed 2 years ago

msaroufim commented 2 years ago

Fixes https://github.com/yenchenlin/nerf-pytorch/issues/72 which looks like many other people have faced

yenchenlin commented 2 years ago

Thank you!