how to fine-tune using paddle?
Created by: AoZhang
I have a network like rnn_crf.py.
After training with many machine-mining data, the performace is not good enough. And We want to fine-tune the model with some human-tagging data.
What should I do to perform the fine-tuning?