Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   kvstore.py
  • Loading branch information
wangg12 committed Nov 18, 2015
1 parent 52793a1 commit 63e1ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/kvstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def _set_updater(self, updater):
>>> def update(key, input, stored):
... print "update on key: %d" % key
... stored += input * 2
>>> kv.set_updater(update)
>>> kv._set_updater(update)
>>> kv.pull(3, out=a)
>>> print a.asnumpy()
[[ 4. 4. 4.]
Expand Down

0 comments on commit 63e1ae6

Please sign in to comment.