BeefyCow3 if you are trying to optimizer a specific metric (i.e. a scalar on a graph). The template Task should report it with the same title/series combination, which should be easy enough to verify in the UI 🙂
You can either report with Tensorboard or with the Trains Logger, either way will work.
Answered
I'M Using Trains Hyperparameter Optimizer, As In This Example:
I'm using TRAINS Hyperparameter optimizer, as in this example: https://github.com/danmalowany/trains-examples/blob/master/image/hyperparameter_search.ipynb my question is:In the HPO class, I should specify a template task, objective_metric_title and objective_metric_seriues.
In this template task, should I I should use logger.report_scalar(title=objective_metric_title, seriues=objective_metric_serious)? is:
955 Views
1
Answer
4 years ago
one year ago
Tags