allanj/pytorch_neural_crf

How to tweak the learning rate of CRF layer?

Hansyvea opened this issue · 1 comments

How to tweak the learning rate of CRF layer?

In short, you can have a two optimization group (when creating the optimizer), one is other parameters, another is the parameters in the CRF layer (i.e., transition)