[GitHub] [incubator-mxnet] djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-04-01 Thread GitBox
djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939 Using grad_req == null freezes whole layer, i want to freeze certain weights in the current parameter, how to do this ? Eg:

[GitHub] [incubator-mxnet] djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-03-30 Thread GitBox
djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939 Using grad_req == null freezes whole layer, i want to freeze certain weights in the current parameter, how to do this ? Eg: