Open sbhttchryy opened 3 years ago
Hello @eisenjulian and @muelletm, any update on this? Thank you.
Hello @sbhttchryy , Sorry for the delay. One thing confusing me besides the inconsistent predictions is that in theory the model should never output a prediction coordinate that is out of bounds to the table. This is due to the logic here: https://github.com/google-research/tapas/blob/master/tapas/experiments/prediction_utils.py#L304-L305 that only gets the score for valid cells in the table. Give that, I have the following ideas/suggestions to try:
error
in the execution path of the notebook, since it will contain any errors in the prediction loopThanks a lot for the report!
Hello, I am facing a rather strange issue. I was running the wtq_predictions in Colab, where it worked well. When I am trying to reproduce the same result by running the notebook in my local machine, the answers are vehemently different.
For colab:
When I am trying to run the same code, in my Jupyter notebook, the result is as follows:
I get the following error:
---> 1 my_result = predict (updated_table,['What is the maximum sofa?', 'What is the icu_readm corresponding to the highest sofa?', 'What is the icu_readm corresponding to the lowest sofa?'] )