-
When converting Frozen Model, a pb file and a JSON file and a group1-shard1of1 file will be generated. Is this normal?
The format in the JSON file is like this
```json
[
{
"path": [],
…
-
**System information**
- OS Platform and Distribution: macOs Big Sur 11.2.1
- Mobile device: N/A
- TensorFlow.js installed from: npm
- TensorFlow.js version: 3.2.0
- Browser version: Chrome 89.…
-
For a simple recreate:
```
```
The browser console shows the error:
```
speech-commands@0.5.1:17 Uncaught TypeError: Cannot read property 'Buffer' of undefined
at speech-comm…
-
Hi there, first of al congratulations and thank you for the great project that you share with all us.
Im kinda new in the area, so sorry about something i can wrong.
I had trained a facemaks mo…
-
I've been using mathjs with great success in my Javascript neural network framework, Kinann:
https://github.com/firepick/kinann
Mathjs provides the key tool I need to perform gradient descent, namel…
-
I'm currently trying to convert to TF.js one of the Object Detection models from the TF2 OD ZOO, in particular SSD MobileNet V2 FPNLite 320x320.
When I convert the model pre-existing SavedModel fro…
ghost updated
3 years ago
-
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues,…
-
this is my code:
`from keras import backend as K
from keras.engine.topology import Layer
from keras.models import load_model
from keras.layers import Dense
from keras.models import Sequential,mod…
-
Hi,
I'm trying to export a saved model from a checkpoint (4stems from deezer/spleeter) with this export_spleeter_models.py (from cmake/ directory).
But I end up with the following output tensors:
…
-
I am trying to compile TensorflowLite for emscripten (I am aware of TensorflowJS) and pthreads are currently disabled. Is there a way to use it without pthreads?