Hacker News new | ask | show | jobs
by netheril96 2066 days ago
> I thought tensorflow was mostly for training models

You need tensorflow to actually use the models trained with tensorflow.

1 comments

Why? You could export your weights and everything into any other framework, no?
Probably, but looking at that chain of comments I think the emphasis was that you need _something_ like tensorflow to do inference client-side using pre-trained models, not that you need _tensorflow_ specifically to operate on tensorflow models.
Wouldn't you need the topology as well?
Tensorflow-JS is that framework that you export to from Tensorflow. Tensorflow-JS is not Tensorflow, it's just the same brand.