learning-dl icon indicating copy to clipboard operation
learning-dl copied to clipboard

how to add huffman softmax into mxnet

Open superclocks opened this issue 7 years ago • 0 comments

i write a huffman softmax in mxnet, but i found it was not efficient in training process. Because in mxnet network graph is changeless,that is we should update all network graph when every train sample comes, actually, we need a network graph which can be update partial according to different train sample. how can i make it. pls give me some suggestions

superclocks avatar Jun 01 '17 02:06 superclocks