-
Might be related to https://github.com/tensorflow/tfjs/issues/7430
How to reproduce:
```
import jax.numpy as jnp
import tensorflowjs as tfjs
params = {}
def main_ok(params):
lin = j…
-
5 tests are failed with latest [tfjs vesion 3.17](https://github.com/tensorflow/tfjs/releases/tag/tfjs-v3.17.0), which have skiped so far. Need to support it in the future.
https://github.com/onnx/…
-
For example, package a checkpoint in the demos directory.
-
Hello TF.js team. Thanks for your effort on helping deal with conversion among different ML model formats, but I'll be more appreciated if someone could add the support for Ops `XlaDynamicUpdateSlice`…
-
Hello,
I have recently find this library: https://blog.tensorflow.org/2020/11/iris-landmark-tracking-in-browser-with-MediaPipe-and-TensorFlowJS.html
and my concern is to use its updated version, …
-
Hi,
I am planning to use this. Just wanted to know how accurate it is compared with 3rd party services?
Is this being maintained?
-
“This codelab is focuses…”
Must be “This codelab focuses…”
-
Thanks for this tutorial. But when I tried it, your model never loaded successfully. And when I switched to my model, the loading was successful. But when I do predictions, predictions never work, and…
-
background
I arrived at this library due to a failed upgrade / side grade from pytorch to tensorflow (missing ops - onnx / too slow - broken + hwhc headaces)
i need the model in tensorflowjs to do s…
-
Dear author, your work on implementing EfficientNets for Keras is much appreciated.
I'm using your **segmentation_models** library which in turn uses this library. I trained a model in pure Keras …