Y
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
the_svd_doctor
2066 days ago
Why? You could export your weights and everything into any other framework, no?
link
hansvm
2066 days ago
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.
link
postalrat
2066 days ago
Wouldn't you need the topology as well?
link
gridlockd
2066 days ago
Tensorflow-JS
is
that framework that you export to from Tensorflow. Tensorflow-JS is not Tensorflow, it's just the same brand.
link