Skip to content

Continue training from a previously saved model

Nikos Karampatziakis edited this page Aug 17, 2016 · 1 revision

To continue training from a previously saved snapshot of the model you need to do two things:

  • Set keepCheckPointFiles to true in your config file so that check point files will not be deleted.
  • Copy the model file and the corresponding check point files to a new folder and point your continued training to that folder.
Clone this wiki locally