Python3 + fluid1.5环境下报错
Created by: TingquanGao
该项目在Python3.5 + fluid1.5 环境下报错:
Traceback (most recent call last): File "paragraph_extraction.py", line 198, in print(json.dumps(sample, encoding='utf8', ensure_ascii=False)) File "/usr/lib/python3.5/json/init.py", line 237, in dumps **kw).encode(obj) TypeError: init() got an unexpected keyword argument 'encoding'
并且,显示无法使用GPU。本地已安装并配置GPU相关环境。