stevezheng23 / xlnet_extension_tf

XLNet Extension in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train a model with randomly initialized weights

odek53r opened this issue · comments

I wanna train a ner model without pretrained weights. I remove --init_checkpoint from the command and execute it, but I get error message "--init_checkpoint must have a value other than None".
How should I do ? thanks

@odek53r Training a NER model from scratch is not support currently, sorry.