Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How can I deploy a pretrained fasttext model?

Hi, I have this code : 

"

import fasttext
ft = fasttext.load_model('pretrained model location')
"
Is there any way I could deploy this model using the google cloud platform? I've been looking around and there doesn't seem to be a way to do it. When I want to create a model it wants me to choose scikit or tensorflow but nothing allows me to deploy this model. Can anyone help? Thanks!
 
0 2 876
2 REPLIES 2