Unanswered
Hey Community! I Have A Question Regarding The Optuna Optimizer With Clearml.
I'M Using A Config Yaml File That I'M Connecting Via
Hi @<1547390438648844288:profile|ScaryJellyfish75>
These hyperpaters are now in the "Args" section of my Clearml task
Sure that would probably mean
UniformParameterRange(
"Args/training/optimizer/lr",
min_value=0.00025,
max_value=0.01,
step_size=0.00025,
),
assuming your Task has training/optimizer/lr
in its Args section (under configuration tab), make sense ?
146 Views
0
Answers
one year ago
one year ago