-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue reproducing the uploaded pretrained model #8
Comments
Also, could you please let me know approximately what the size of the data you trained on was (i.e. approximately how many pairs of images the pretrained model was trained on)? I tried training the model on around 180,000 pairs, but was not able to reproduce the pretrained checkpoint. |
Hi! The code should produce the same results of the provided checkpoint. How do the reconstructed images look like? |
Okay, the reconstructions don't look good. What's your batch size and learning rate? Also, how many epochs are you training for? |
Hello! My batch size is 48. Learning rate is 0.0001. I'm training 50 epochs.
…On Thu, Mar 9, 2023 at 10:34 AM Luca Schmidtke ***@***.***> wrote:
Okay, the reconstructions don't look good. What's your batch size and
learning rate?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHRV2UWDIB7EVM7GVJ5ASXTW3H2ADANCNFSM6AAAAAAVLSYBAQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
That seems reasonable to me. I will run the code myself with those parameters and I'll get back to you. |
Hello, Could you please let me know when there are updates? Thank you so much! |
Hi, I encountered the same issue, I suppose it's due to a newer version of one of the packages. I will try and find the cause. |
Hello!
I have been trying to reproduce the pretrained checkpoint using the uploaded code (model.py, networks.py, the utils, train.py) to train on human3.6m, but it is not successful. Could you please let me know if you could upload the exact code repository that was used to get the uploaded pretrained checkpoint? Thank you so much in advance!
The text was updated successfully, but these errors were encountered: