Sierkinhane / CRNN_Chinese_Characters_Rec

(CRNN) Chinese Characters Recognition.
1.81k stars 537 forks source link

how to set OWN_config.yaml without fine_tune from checkpoint #296

Open maxh2010 opened 3 years ago

maxh2010 commented 3 years ago

I want to train my hand write image data and i don't want to fine_tune from checkpoint Are these modifies right?

FINETUNE:
IS_FINETUNE: false
FINETUNE_CHECKPOINIT: ''
FREEZE: false

Sierkinhane commented 3 years ago

right.