cwchenwang / NeRF-SR

NeRF-SR: High-Quality Neural Radiance Fields using Supersampling
https://cwchenwang.github.io/NeRF-SR
138 stars 13 forks source link

How to continue training? #1

Closed ChuhanWang10 closed 2 years ago

ChuhanWang10 commented 2 years ago

Hi,

The work looks nice! I did some training by myself, however, I could not resume the training after losing the connection to the Colab. I find that there are options for "--continue_train" and setting "load_epoch" to resume from a specific epoch. I add these lines in the train_llff_downX file, but it does not work.

image

Can you tell me how to resume the training? Thank you!

cwchenwang commented 2 years ago

Could you tell me what problem you have (for example, the screenshot for the error) ?

ChuhanWang10 commented 2 years ago

Could you tell me what problem you have (for example, the screenshot for the error) ? Hey I have already fixed it. It was a silly question. It should be added like this:

image

I will close this issue.