salesforce / simpletod

Official repository for "SimpleTOD: A Simple Language Model for Task-Oriented Dialogue"
https://arxiv.org/abs/2005.00796
BSD 3-Clause "New" or "Revised" License
235 stars 79 forks source link

no $CHECKPOINT in execute the demo #16

Closed En-J-A closed 3 years ago

En-J-A commented 3 years ago

when I tried to run the demo by this line python demo.py openai-gpt nucleus I got this error

 File "demo.py", line 602, in <module>
    TOP_P = float(sys.argv[3])
IndexError: list index out of range

What is the third arg to use?