master
Paul Dubs 2020-05-18 07:46:46 +02:00 committed by GitHub
parent 4bdd5cb8ff
commit 6e9c849e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public class KerasModel {
importTrainingConfiguration(trainingJson);
else log.warn("If enforceTrainingConfig is true, a training " +
"configuration object has to be provided. Usually the only practical way to do this is to store" +
" your keras model with `model.save('model_path.h5'. If you store model config and weights" +
" your keras model with `model.save('model_path.h5')`. If you store model config and weights" +
" separately no training configuration is attached.");
}