ShannonAI / mrc-for-flat-nested-ner

Code for ACL 2020 paper `A Unified MRC Framework for Named Entity Recognition`
657 stars 117 forks source link

training time and multi gpu #51

Open DanqingZ opened 4 years ago

DanqingZ commented 4 years ago

您好,请问这个代码库支持multi gpu么。以及比如跑conll2003的实验,一个gpu大致需要多长时间呢?我现在在aws ec2的p324dn上跑conlll2003的实验,发现时间非常长。十分感谢,期待回复!

DanqingZ commented 4 years ago

oh sorry there is n_gpu parameter and I can change the CUDA_VISIBLE_DEVICES...

DanqingZ commented 4 years ago

你好,这个log好像用的是旧版code: https://github.com/ShannonAI/mrc-for-flat-nested-ner/blob/master/log/en_conll03.txt 比如lr max和lr min就没有记录,可能和lr_scheduler_type有关,请问能给下experiment的command line么?