org.apache.mxnet
Key value store interface of MXNet for parameter synchronization.
Create a new KVStore.
Create a new KVStore. WARNING: it is your responsibility to clear this object through dispose().
: {'local', 'dist'} The type of KVStore
The created KVStore
Key value store interface of MXNet for parameter synchronization.