pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

training a previously trained network

Open swestland opened this issue 2 years ago • 1 comments

I notice that one of the options is

options.ResumeFrom

which makes me think that we can train the network for say 100 epochs and test it, and then save it for say another 100 epochs. This would be very useful. But what form does options.ResumeFrom take?

Steve

swestland avatar Jun 22 '22 13:06 swestland

Should be a file path to a checkpoint file:

https://github.com/matlab-deep-learning/pix2pix/blob/dec1f666edf0858acee990701ea601376f756435/code/%2Bp2p/trainingOptions.m#L28-L29

By default checkpoints are written to ./checkpoints

justinpinkney avatar Jun 23 '22 14:06 justinpinkney