NLPInBLCU / BiaffineDependencyParsing

BERT+Self-attention Encoder ; Biaffine Decoder ; Pytorch Implement
MIT License
74 stars 17 forks source link

支持分布式训练 #8

Closed LiangsLi closed 4 years ago

LiangsLi commented 4 years ago

支持基于distributedDataParallel的分布式训练,添加速度和结果的比较; 支持feature的缓存,加速文件加载

LiangsLi commented 4 years ago

由于distributedDataParallel的限制,这个版本移除了learned_loss_ratio的支持,固定为0.5