You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/11 03:13:51 UTC

[GitHub] ysh329 commented on issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision'

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:
users@infra.apache.org


With regards,
Apache Git Services