-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pre-trained model weights #1
Comments
Sure. Can you leave me your email address? I am not certain if this is a good implementation, so the weights might not be pretrained as expected. To clarify, you want the pretrained weights from the first step (pretrain wgan)? Or the second step (finetune srn)? I trained the model in the following settings due to my limited computation resources,
--lrG=1e-5 --lrD=5e-5 --mrf_alpha=0.05 --summarydir=log/store5 --beta1=.5 --beta2=.9 --pretrain_l1_alpha=1.2 --gan_loss_alpha=0.001 Refer to the paper,
|
Thank for this great work. i have trained the model succefully but im not sure how to test the model or how to put the validator dataset to test the model. plus where can i find the output. thanks in advance!! |
@kareem337 The code I had written does not contain a test/deploy script. To test it with another dataset, i would recommend to read This repo is a trial version for me to replicate the paper, the performance is not guaranteed to be good. |
It worked! Thank you for your help. Since you are saying that the code is not guaranteed to be good, what kind of methods or files are missing so that the code can outpaint an image successfully. |
Thanks for sharing this awesome re-implementation.
Can you please provide pre-trained model weights so that we can finetune your model?
The text was updated successfully, but these errors were encountered: