Pretrainied model

Hi guys , how can l continue training with new parameters on a model that l trained and saved in dl4j more like when l have my own pre-trained model.

@Bruno just load your model and call fit. Make sure to save the updater as part of the model.

@agibsonccc thank you :slight_smile: