You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/31 01:46:56 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #17939: Ways of Freezing part of parameter and not the whole layer.

leezu commented on issue #17939: Ways of Freezing part of parameter and not the whole layer.
URL: https://github.com/apache/incubator-mxnet/issues/17939#issuecomment-606348300
 
 
   You can't freeze part of a parameter. However, you can overwrite the gradient arrays, once computed, accordingly and set those parts to 0 that you like "freezed".

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services