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
(venv) D:\simpletod-master\simpletod-master>python demo.py gpt2 greedy
Loading Model
SimpleTOD is ready to chat. What would you like to ask?
You: hello, I need a cheap hotel
Traceback (most recent call last):
File "D:\simpletod-master\simpletod-master\demo.py", line 696, in <module>
domain = get_turn_domain(beliefs, domain_queue)
File "D:\simpletod-master\simpletod-master\demo.py", line 587, in get_turn_domain
return q[-1]
IndexError: list index out of range
when I tried to print the output line by line
I found that the belief_text and beliefs are empty :
When I try to run the demo by
python demo.py gpt2 greedy
I got this output with the following error
when I tried to print the output line by line
I found that the belief_text and beliefs are empty :
their values are:
Is there a problem with arguments?
The text was updated successfully, but these errors were encountered: