Hi everyone,
Is there any way to return a MultiLayerNetwork from using the EarlyStoppingTrainer? From what I understand the trainer is only able to return a Model object, and I don’t see any way to convert the model to the network object for use in evaluating the testing data…
Best regards!