-
MethodDescriptionThis method was available in earlier JGNN versions but will be gradually phased out. Instead, wrap the validation loss within
VerboseLoss
to replicate the same behavior.This method's full implementation has been moved toModelTraining.train(Model)
This method may not be present in future versions of the library, depending on whether memory reuse proves useful or nor.This method may not be present in future versions of the library, depending on whether memory reuse proves useful or nor.Training data have been moved inside ModelTraining instances to allow a uniform interface for all training scheme automations. UseModel.train(ModelTraining)
instead.
-
ConstructorDescriptionThis constructor should only be used by loading.Prefer using model builders for symbolic model definitions.