Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run train.py with test_local.gin successfully but have a problom with hypernerf_interp_ap/ds_2d.gin #19

Open
buptseelihang opened this issue Jan 27, 2022 · 2 comments

Comments

@buptseelihang
Copy link

the programe stuck when initializing model ,I have wait for 5 hours but it doesn't work .And I cant use ctrl+c to end it ,must ue kill XXX to stop it.

@keunhong
Copy link
Collaborator

keunhong commented Feb 9, 2022

You're likely running out of GPU or system memory. If it hangs for 5 hours maybe you ran out of system memory and it's swapping?

@buptseelihang
Copy link
Author

buptseelihang commented Feb 10, 2022

You're likely running out of GPU or system memory. If it hangs for 5 hours maybe you ran out of system memory and it's swapping?

Thank you for your ansower~! I set a small batch_size and solve this problem~

I have more questions :
1.I have train model and render frames successfully,but i think the numbers of rendered frames is not enough to render a smooth video(like your example viedos 60fps)。Which parameters should i change to interpolation more frames?
2.the datasets you provide have prefix(interp,vrig,misc),for example,vrig_3dprinter,it means it must use hypernerf_vrig_ds(ap)_2d.gin to train? What's the differences between interp,vrig and misc?
3.To get the best performance ,i should set
TrainConfig.use_weight_norm =True
TrainConfig.use_elastic_loss = True
TrainConfig.use_background_loss = True

right? Are there any other parameters that need to be adjusted?

Thank you for the brilliant work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants