-
Notifications
You must be signed in to change notification settings - Fork 414
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
Can't resume training from a preview checkpoint #62
Comments
@mathieuarbezhermoso did you resolve this? I'd also like to know how to continue from a particular checkpoint. |
@mathieuarbezhermoso I'd like to know this too! |
I think I managed to do that, it should be relatively simple. I've added netD and netG options in the opt = { ... } portion of main.lua, and then simply
and same thing for opt.netG. |
@danieleghisi oh great! I'm gonna try this tonight. Thanks for sharing your findings! |
@rjpeart did you able to update that solution in the code ? If yesh then kindly help me too |
Sadly no, I didn’t try this in the end.
…On Mon, 25 Dec 2017 at 14:42, Maryam Shah ***@***.***> wrote:
@rjpeart <https://github.com/rjpeart> did you able to update that
solution in the code ? If yesh then kindly help me too
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACy3y8k0kqIKZI5K5NCLy9t2cziYI-DEks5tD7RNgaJpZM4LiL6W>
.
|
Thanks so much for quick response. Well i am stuck at resuming epoch from a certain value. Could you explain me the solution mentioned above? I would be extremely thankful to you. |
I would love to be able to help, but I’m not skilled at this! It would take
me a long time to work it out through trial-and-error. Hope you find your
way through.
…On Mon, 25 Dec 2017 at 15:15, Maryam Shah ***@***.***> wrote:
Thanks so much for quick response. Well i am stuck at resuming epoch from
a certain value. Could you explain me the solution mentioned above? I would
be extremely thankful to you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACy3yy81t11hv6iuTQPIPSD0CLTLstJUks5tD7wegaJpZM4LiL6W>
.
|
Yeah sure well I found one solution... will check it first thing in the morning (since its 2:30 am at my place).Anyway I truly appreciate your concern and kind words. Thank you so much ! |
Hello guys !
It maybe an easy question. When I close then try to relaunch the training, it's start from 0 again. Is that a bug or is there something I'm missing ? I didn't find a command from (re)pointing a checkpoint to start from.
Thanks for your answer and sorry if it's a silly question.
The text was updated successfully, but these errors were encountered: