solin319 opened a new issue #9538: How can I reinitialize a key in kvstore?
URL: https://github.com/apache/incubator-mxnet/issues/9538
 
 
   I Initialize a key in kvstore.
   ```
   kv = mx.kv.create('device') 
   shape = (2,3)
   kv.init(3, mx.nd.ones(shape)*2)
   ```
   I want to init key 3 with another shape in a same program. How can I 
reinitialize this key? Or is there any method to remove this key in kvstore?
   

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