-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question for training time #3
Comments
For synthetic burst SR, we train the proposed Burstormer for 300 epochs with 4 RTX6000 GPUs, and it takes roughly around 5-6 days. To fine-tune this model for real burst SR it takes around 8 hours. |
Thanks for reply. Actually, my GPU is 3090 and I am training BIPNet using 4GPUs. Currently, I am training around 5days but still 51 epochs. Note that. To fair comparison with my model, I just changed precision from 16 to 32 and deterministic from True to False. |
Burstormer is faster than BIPNet. In our settings, we keep precision 16 and deterministic True. |
After getting your comment, I started to train Burstomer. I didn't change the setting that you provided. But the training time per epoch was 2h 10m. I can expect whole training time for 300 epochs 27 days, it was fully different that you comments. I used training set Zurich RAW to RGB Dataset(22 GB) Could you advise to get same training time that you mentioned? For example, save dataset on harddisk after applying preprocessing and augment, or use the other dataset such as Cannon RGB Images(5.5GB) that was commented in zurich_raw2rgb_dataset.py. |
One more question. I download pre-trained model that you provided for Synthetic(Track 1) When I load weight and apply it to model, a lot of error were occurred. I didn't change any code. Could you let me know do I need change code or could you check provided pre-trained model was correct? Below is error code. =========================================================================================== |
Hi Luis, I got the same issue on Track_1_evaluation.py, have you solved it? |
Hi ChongWang. I can't solve above issue. DId you solve it? |
Thanks for release codes.
I would like to train your Burst SR model using released codes but I want to ask something before training.
In the paper, it seems the model trained with 4 RTX6000 GPUs.
Could you share how long the train took?
Thanks.
Luis Kang.
The text was updated successfully, but these errors were encountered: