[GitHub] szha commented on issue #7692: Fixed Embedding Layer on Gluon

2017-08-31 Thread git
szha commented on issue #7692: Fixed Embedding Layer on Gluon URL: https://github.com/apache/incubator-mxnet/issues/7692#issuecomment-326458830 Or you can do the dot and addition yourself with the fixed weight matrix. This

[GitHub] szha commented on issue #7692: Fixed Embedding Layer on Gluon

2017-08-31 Thread git
szha commented on issue #7692: Fixed Embedding Layer on Gluon URL: https://github.com/apache/incubator-mxnet/issues/7692#issuecomment-326458646 ```python layer = Dense(10) layer.weight.lr_mult=0 ``` This is an