Hacker News new | ask | show | jobs
by the_svd_doctor 2059 days ago
Why? You could export your weights and everything into any other framework, no?
3 comments

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.