You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "chat.py", line 53, in getResponse
res = json.load(open(os.path.join("data/processed/reply/",str(int(index/1000))+'.json'),'r',encoding='utf-8'))
FileNotFoundError: [Errno 2] No such file or directory: 'data/processed/reply/36.json'
不知道可以提供這些檔案,讓我試玩一下嗎?謝謝。
The text was updated successfully, but these errors were encountered:
kid-pc-chen
changed the title
缺少'data/processed/reply/36.json'
可以提供'data/processed/reply/'試玩嗎?謝謝
Nov 6, 2019
"reply: 儲存文章回應,每 1000 筆為一個檔案(目前未上傳至 Github)"
File "chat.py", line 53, in getResponse
res = json.load(open(os.path.join("data/processed/reply/",str(int(index/1000))+'.json'),'r',encoding='utf-8'))
FileNotFoundError: [Errno 2] No such file or directory: 'data/processed/reply/36.json'
不知道可以提供這些檔案,讓我試玩一下嗎?謝謝。
The text was updated successfully, but these errors were encountered: