Closed wcc17864158993 closed 3 years ago
Thanks for reporting. Maybe that's a problem with the current release. We'll have a look!
I think this is a problem with having two different versions of the code in python at the same time. The output_token_probabilities argument was added in a recent version that hasn't been released in the PyPI package yet, but when you launch the code with python3 tapas-master/tapas/run_task_main.py it's most likely using the pip package and not the files in your checked out repository. I recommend choosing one of the two. If you want to run locally you will have to uninstall the version you have from PyPI (pip uninstall tapas-table-parsing) and then install the version you have checked out (pip install -e ./tapas-master)
Let us know if this solves your issue
Thanks for your replay! I has solved this problems.
Hi, I have found a question when I was running the codes with "predict_and_evluate" mode.
If I used the following commands:
the error would be
However if I used commands from the TAPAS package, it will run correctly.
Could you please help me with this issue?