Hyperactive icon indicating copy to clipboard operation
Hyperactive copied to clipboard

Fix #213: Add metadata to TorchExperiment._evaluate() method

Open Lokkuchakreshkumar opened this issue 1 month ago • 0 comments

The metadata dictionary in TorchExperiment._evaluate() was always empty. This fix populates it with useful training information:

  • num_epochs_trained: The number of epochs the model was trained for
  • all_metrics: All metrics collected during training

This is consistent with other Hyperactive integrations (sklearn, sktime) which also return useful metadata.

Lokkuchakreshkumar avatar Nov 26 '25 08:11 Lokkuchakreshkumar