Calm_Motor4162 t1_j86v280 wrote
JavaScript may work, even there is a complete book on TensorFlow.js
AsIAm t1_j88rd2i wrote
While TF.js is performant and godsend, it's ugly because JS lacks operator overloading and native tensor type, so you have to do tf.add(tf.tensor1d([1,2,3]), tf.tensor1d([10,20,30]))
.
jloverich t1_j87aynr wrote
Meta is also working on shumai which is javascript/typescript and looks like pytorch.
Viewing a single comment thread. View all comments