-
Hi, I have only now realized that the "validate" timing metric is not created after the upgrade top 0.10. The log file also does not appear. I am using an old version of EasyTrain to perform the training (version 0.9.0) and validation. Looking at the code, the only change seems to be the support for multi-threaded training. Do I have to do some additional set-up to get the validation timings also? Note: I am using a slightly changed version of EasyTrain because I am using the labeled MNIST dataset, but because I am testing an autoencoder, I need to predict and compare the image itself. TIA |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Are you using EasyTrain.fit()?
I verified the master branch, we are still generating "validate" metric in TrainMNIST example. |
Beta Was this translation helpful? Give feedback.
-
Trainer.evaluate() itself wont' create metric entry, the metric entry is created in
|
Beta Was this translation helpful? Give feedback.
Trainer.evaluate() itself wont' create metric entry, the metric entry is created in