DEV Community

Discussion on: 10 famous Javascript libraries for Machine Learning

Collapse
 
dcsan profile image
dc

it feels like JS is lagging python so far here. for example the TFJS wrappers are still on TF1.0 where the TF2.0 was released over a year ago...

Collapse
 
bias profile image
Tobias Nickel

that is a decision made @ google,... they drive all the TF development right?

also I think in python, a dedicated TF process is used to interact with the tensor-processors on your GPU. the communication with python and that process I think was using grpc. Did I understand that right?

TF js run on gpu directly, but it can not use tensor cores.