yenchenlin / nerf-pytorch

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

Update tensorboard to 1.15 #32

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, run_nerf.py throws this error for me: ImportError: TensorBoard logging requires TensorBoard version 1.15 or above

yenchenlin commented 3 years ago

Thank you!