ysh329 commented on issue #7424: train_mnist.py failed: TypeError: __init__() 
got an unexpected keyword argument 'multi_precision'
URL: 
https://github.com/apache/incubator-mxnet/issues/7424#issuecomment-321723869
 
 
   @ptrendx @mli @howard0su 
   After I comment this line below about `multi_precision`, it's fixed. It 
seems a not complete feature?
   ```Python
       optimizer_params = {
               'learning_rate': lr,
               'momentum' : args.mom,
               'wd' : args.wd,
               'lr_scheduler': lr_scheduler,}
               #'multi_precision': True}
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to