You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/02 08:31:16 UTC

[GitHub] huyangc commented on issue #8907: What happen when change optimizer.lr locally without using kvstore.set_optimizer to update?

huyangc commented on issue #8907: What happen when change optimizer.lr locally without using kvstore.set_optimizer to update?
URL: https://github.com/apache/incubator-mxnet/issues/8907#issuecomment-348677368
 
 
   Yes, I think the kvstore is referring the same optimizer object when using a single machine. Maybe the wrapped object using in the C++ code sharing the same object address with python. (I am a newer of ctypes : )
   
   And thanks for the suggestion. I think ``lr_scheduler`` is a better way to avoid some strange conditions as well.

----------------------------------------------------------------
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