报错如下
TypeError: Highway.forward: return type <class 'torch.Tensor'> is not a <class 'NoneType'>
修正方法
pip uninstall overrides
pip install overrides==3.1.0
参考资料
https://github.com/HIT-SCIR/ELMoForManyLangs/issues/100
https://stackoverflow.com/a/67438055/4832492