wzzzd / lm_ner

基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架
75 stars 18 forks source link

apex安装问题 #1

Open PeiChangY opened 2 years ago

PeiChangY commented 2 years ago

apex==0.1安装起来比较困难,可以提供下方法吗

FreeRotate commented 2 years ago

三步解决 git clone https://github.com/NVIDIA/apex cd apex python setup.py install