Stig-Arne Grönroos

Results 4 comments of Stig-Arne Grönroos

@skaae: are you still working on the RNN containers and column-wise processing of recurrence? I'm referring to the two following gists https://gist.github.com/skaae/9cca83efe1ae7de93450 https://gist.github.com/skaae/d9c82bdeb9ce5ba0bf6e (If you abandoned the approach, my followup...

Thank you for your reply! > I didn't really get this: Nevermind, I was thinking aloud about the changes I might need to make in order to accomplish my goals....

Basically you need to set `param.requires_grad` to false for the modules that should be frozen. If you do this in `model_builder.py` between creating the `NMTModel` and the call to `create_adapters`,...

The underlying issue is that we are not setting the logging level correctly when creating the logger. It is always set to show warning and above. Because of this, all...