krrish94 / nerf-pytorch

A PyTorch re-implementation of Neural Radiance Fields
Other
884 stars 121 forks source link

Minor typo/bug in enabling training mode for model_fine #21

Open SelvamArul opened 3 years ago

SelvamArul commented 3 years ago

In this line, shouldn't it be model_fine.train() instead of model_coarse.train()?

krrish94 commented 3 years ago

@SelvamArul That is correct -- I believe there is a PR pending merge that fixes this. I'll get to it later this week / early next