-
# ❓ Questions & Help
How can I save a T5 model as HDF5 file?
In the end, I want to load it in the browser via `tensorflow-converter `and `tensorflowjs`
Code:
```
model_str = "t5-small"
tok…
-
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,…
-
model works in nodejs and fails in browser
1. `saved_model` with `tfjs_node` in **nodejs**:
```js
const model = tf.node.loadSavedModel(modelPath);
const result = await model.predict(image…
-
Hello,
when I try to establish a binding of tensorflow.js with node.js I get the following error message:
```
The kernel 'undefined' for backend 'webgl' is already registered
The kernel 'undef…
-
## Type
Advancement
## Description
I have created a Branch named `react-tensorflowjs` where our parallel development will go on. Add the React Boilerplate Code using `create-react-app` to th…
-
#### TensorFlow.js version
2.0.0
#### Browser version
Chrome Version 83.0.4103.61 (Official Build) (64-bit)
#### Describe the problem or feature request
I tried to train my own custom object …
-
Hi, The web demo looks really cool and flawless. I have few use cases that can be done using it, is the source code available and can I use it to commercial use.
-
I am working on some examples to cluster data sets. Here are some algorithms I imagine eventually having in this library:
* kmeans
* principal component analysis (PCA)
* TSNe
I committed a kme…
-
Angular version: 8.3.12
Node version: 10.19.0
@tensorflowjs/tfjs : "^2.0.1"
I am getting the following error after installing @tensorflowjs/tfjs and copy pasting speechCommand folder to assets.
…
-
Thank you both for the great code and documentation! I am starting to learn about VQA and I chose this repository as the most convenient to start with.
I was playing around with train.py. Since the…