-
[2022-12-12 18:05:40,513] ERROR in app: Exception on /translate [POST]
Traceback (most recent call last):
File "D:\soft\python3.9.5\lib\site-packages\flask\app.py", line 2525, in wsgi_app
res…
-
当我为Yuan添加Example时,只能添加30个,如果添加了多于30个的模型,将会报错。
我训练了一些语料,还有其他方式可以让这些例子添加到Yuan模型内吗?当我以正确的格式添加我的语料时,由于数量较多,就会发生错误。
发生的错误:`json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)`
问题是由`r…
-
git clone https://github.com/Shawn-Inspur/Yuan-1.0.git
安装后,运行from inspurai import Yuan, set_yuan_account,Example
提示ModuleNotFoundError: No module named 'inspurai' 错误
-
Error Code
```python
import os
import sys
sys.path.append(os.path.abspath(os.curdir))
from yuan_api.inspurai import Yuan, set_yuan_account,Example
# 1. set account
set_yuan_account("我的账号", …
-
实测,输入其他,甚至不输入都不会报错,唯独#这个符号不行。
{'flag': False, 'errCode': 'IBASE_CONTROLLER_UNKNOWN_EXCEPTION', 'errMessage': 'ibase 未知异常', 'exceptionMsg': "Required String parameter 'type' is not present", 'resData'…