This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model.modules[1].parameters = function() return nil end -- freezes the layer when using optim | |
| model.modules[1].accGradParameters = function() end -- overwrite this to reduce computations |