-
**1. URL of the file using:**
https://github.com/tensorflow/tfjs
**2. Issue:**
I am encountering an issue when attempting to convert a Keras model (`.h5`) to TensorFlow.js format using the `tenso…
-
Hey!
I'm able to use tensorflowjs converter properly as used in this [notebook](https://colab.research.google.com/gist/shmishra99/f5537b4346bef619ee6ad3724451ce24/test-issue-8358.ipynb#scrollTo=NHD…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): WSL2
- Mobi…
-
When will you be able to try Tensorflowjs implementation? 😄
-
Have you tried performing the inference by converting the model into tensorflowjs?
I made some trials [here](https://github.com/deezer/spleeter/issues/33#issuecomment-568479108).
Could you share a…
-
ONNX has [a JavaScript API](https://onnxruntime.ai/docs/get-started/with-javascript/web.html), it seems to be the new framework on the bloc.
currently, we are using TensorFlowJS everywhere. to supp…
-
Hi,
Thanks for your great work.
Could you please upload the saved model/keras model so that it could be converted to tensorflowjs model? I am working on a web application.
Thank you in advance…
-
Hello @reiinakano,
Thanks for your great repository. Can you tell me which version of Tensorflow and Tensorflowjs have you used?
I want to convert Tensorflowjs model to TFLite model but I have some …
-
on 1.4.0, I have the following error on mac m2 when compiling:
In file included from /Users/pingou/react/app/node_modules/react-native-fast-tflite/cpp/TensorHelpers.cpp:9:
/Users/pingou/react/app/…
-
Since static assets are not yet supported over here, I have converted my weights file ( "group1-shard1of1", no file extension ) to base64 and saved it into a json file. From there it was possible to l…