Output logits of converted tensflow lite model is different from original google/tapas-small-finetuned-wtq model
3 views
Skip to first unread message
Muhd Baasit
unread,
Sep 4, 2023, 3:09:38 AM9/4/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TensorFlow Hub
Hello,
I am implementing table question answering task using google/tapas-small-finetuned-wtq model. for that i have converted the mode into Tf-Lite model but output_logits of the original model and converted TF-Lite model is different. please refer below code. please let me know how i can resolve the issues