You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, I can only use the optimizers that are defined in optimizer.proto which are namely RMSProp, Adam and Momentum. And I can also tamper with their learning rate and other such params.
How do I use some meta-heuristicoptimizer in the config file? Because I could probably use some library for that but how do I about using config file? And if I can't, do i have to scrape the whole config file idea and do it the usual way?
Any help would be appreciated. Thank you
The text was updated successfully, but these errors were encountered:
As far as I understand, I can only use the
optimizers
that are defined inoptimizer.proto
which are namelyRMSProp
,Adam
andMomentum
. And I can also tamper with their learning rate and other such params.How do I use some
meta-heuristic
optimizer in the config file? Because I could probably use some library for that but how do I about using config file? And if I can't, do i have to scrape the whole config file idea and do it the usual way?Any help would be appreciated. Thank you
The text was updated successfully, but these errors were encountered: