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
When I try to run the code with Rule Agent's prams, I got this: ValueError: could not convert string to float:
My solution is changing the file-pointer loading style from "rb" to "r", and it works for me.
Two place need to fix:
line 50 in nlu.py
line138 in nlg.py
I know someone may not encounter the error, and just could enjoy the code perfectly.
settinghead, Huyu2Jason, TVect, XuhuiRen and fw339wj