Open zhuyinheng opened 3 years ago
the training script fail to switch model's train/eval mode(model_fine.train() and model_fine.eval()). Since no BN is used in the NeRF, maybe this bug make no difference for now. but may mislead the research based on this implementation.
model_fine.train()
model_fine.eval()
the training script fail to switch model's train/eval mode(
model_fine.train()
andmodel_fine.eval()
). Since no BN is used in the NeRF, maybe this bug make no difference for now. but may mislead the research based on this implementation.