[Tune] output of ray.tuner.fit().get_best_result #49327
Labels
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
tune
Tune-related issues
Description
After performing hyperparameter tuning with the above code, the output results were as follows:
I was confused because lr (learning_rate) was included in the metrics.
Additionally, I expected the hyperparameters to be displayed in the output, but they were not. Instead, they were stored in the file ray-results/pbt_test/train_convnet_03fb1_00001_1_lr=0.1227,momentum=0.8192_2024-12-17_02-45-22/params.json, which required accessing the file.
Therefore, I was wondering if the output could be changed as follows:
Thank you always for your amazing supports and Ray!
The text was updated successfully, but these errors were encountered: