amrjlg

Results 3 issues of amrjlg

fastjson 建议升级至少到1.2.61

在程序中根据不同的条件动态的加载不同的配置文件 也可能是配置文件某些关键词被删除,添加了另外一些 我对python、 jieba都不太懂 麻烦指点一下

when i run the notebook to ```python model.module.unfreeze_bert_encoder() ``` got this error ```shell --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 model.module.unfreeze_bert_encoder() c:\users\jiang\.conda\envs\python3.6\lib\site-packages\torch\nn\modules\module.py in __getattr__(self, name) 946 return...