1 year ago

#284615

test-img

SalvorHardin

How can I deploy a fasttext model on google cloud?

I just want to have a model I can reach via REST API, and the model just has to be this :

import fasttext
ft = fasttext.load_model('pretrained model location')

But I want it to be on the Google Cloud platform because the model takes 7GB of RAM. How can I accomplish this?

python

machine-learning

google-cloud-platform

fasttext

0 Answers

Your Answer

Accepted video resources