-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implementation Details #17
Comments
Hi, The "cleanup" function is specific to a cluster I am using. Please feel free to comment it out! It has no effect on training. Best regards, |
Thanks for your reply. I have attempted to comment it out, however, the training process will be interrupted after 1 stage, which it won't progress to the next stage (0% in 'Progress to next stage: ), and subsequently exit the process completely. |
Are you sure the other parts of the code are unchanged, and that you are loading the datasets correctly? The time it takes to reach 6 epochs is definitely not right. |
Right, I have modified the parameters inside train.py and curriculum,py, magically it works normally now. May I know if Pix2NeRF is able to be trained on using own dataset? The dataset format I'm trying is in 1280x720 resolution with noisy background . |
Hi, I do not think training on 1280x720 images with noisy backgrounds will work without any tuning. There are two reasons:
Best regards, |
Thanks for the reply, In terms of EG3D, may I know what you recommend is to replace the pi-GAN backbone with it? If Pix2NeRF is retrained with own custom dataset, wouldn't the previous prior (faces/cars/chairs) not constraining the images as it's not pretrained using these datasets. Thank you. |
Hi, Yes, it will be very interesting to train a feed-forward framework for EG3D by combining the ideas. Best, |
Hi there,
I have used 2 T4 GPU to retrain the model using the train_con.py script. The issue(cleanup function) persists across 2 different datasets, CARLA and CelebA. I would like to ask if this happened to you while training the model or if it's some error while executing the script.
Lots of thanks!
The text was updated successfully, but these errors were encountered: