Hi Guillaume,
I saw in this thread that there is a fix that disallows merging of optimizer_params
and decay_params
But does the new fix allow overriding the optimizer
field when using --auto_config
or is that not possible ?
Hi Guillaume,
I saw in this thread that there is a fix that disallows merging of optimizer_params
and decay_params
But does the new fix allow overriding the optimizer
field when using --auto_config
or is that not possible ?
Hi,
Yes, you can still override optimizer
.
The change you are referring means the optimizer_params
you configure will fully replace the optimizer_params
defined in the automatic configuration.