Closed roywei closed 5 years ago
nightly test failed due to an update from MXNet side on SGD optimizer: https://github.com/apache/incubator-mxnet/pull/13346
changed SGD optimizer in mxnet backend accordingly, and set aggregate_num=1, as Keras optimizer do it 1 at a time.
failed tests reduce from 37 to 5, need to fix some other ops impacted.
waiting for the fix on mxnet to go in nightly build
@sandeep-krishnamurthy @karan6181 could you help take a look? Thanks! This will make keras compatible with latest mxnet again.
Summary
nightly test failed due to an update from MXNet side on SGD optimizer: https://github.com/apache/incubator-mxnet/pull/13346
changed SGD optimizer in mxnet backend accordingly, and set aggregate_num=1, as Keras optimizer do it 1 at a time.