Closed mistaleee closed 5 years ago
Thanks. Which solvers would be accepted instead of sdg?
Check this https://mxnet.incubator.apache.org/api/python/docs/api/gluon-related/mxnet.optimizer.html . Remember to use lowercase of these names, i.e. sgd, adam, nag, etc.
Thanks @xchani
Hi all,
I've been searching for while to get to know which solver/optimizer (e.g. gradient descent, Adam etc. ) Trident is actually using.
Can anybody give me a hint how I can change the solver?
Thanks.