You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have convert a hugging face pytorch masked language model using your notebook,it worked awesome.
Now i am unable to use the converted tflite model for inference?
example:
original model took input as a sentence for e.g "I'm a student at of london".
the model returned the answer : I'm a student at university of london.
The text was updated successfully, but these errors were encountered:
Hi @shahzebali42,
I checked this issue, If we run on GPU the run time is crashing in colab. On CPU if you wanna run TFLite inference for MLM task you can use code like this notebook
I have convert a hugging face pytorch masked language model using your notebook,it worked awesome.
Now i am unable to use the converted tflite model for inference?
example:
original model took input as a sentence for e.g "I'm a student at of london".
the model returned the answer : I'm a student at university of london.
The text was updated successfully, but these errors were encountered: