wenwenyu / PICK-pytorch

Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
https://arxiv.org/abs/2004.07464
MIT License
553 stars 191 forks source link

How to fine-tune model with trained model? #127

Open htdung167 opened 1 year ago

htdung167 commented 1 year ago

I have a trained model on a dataset. I want to load this trained model and train on another dataset.

How to do it? Can I use --resume to fine-tune model?