google-research / tapas

End-to-end neural table-text understanding models.
Apache License 2.0
1.15k stars 217 forks source link

exporting tapas as saved_model #83

Open am-a-man opened 4 years ago

am-a-man commented 4 years ago

I want to use this model on my website, using JS, should I use tensorflow.js to write the predicting program from scratch or is there any other more suitable way?

eisenjulian commented 4 years ago

Thanks for your interest. Exporting a saved model to tensorflow.js is certainly the most direct way, but that said we haven't tried this so far. I would be very interested to see what kind of speed you get with the smaller models.

ghost commented 3 years ago

Might be related to #95