python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Tensorflow.js selecting specific part of Tensor
In javascript, I'm successfully converting a RGB video frame from my webcam to a tensor using TensorFlowJS's function tf.browser.fromPixels(). Now, I'd like to select only a part of this tensor accord...
EnzoBH
Votes: 0
Answers: 1
Error on provided shape, expected (1200000) and actual (400000) tensor values are different
Is there any way to have the input image values match the expected values? The input image I know for a fact is 800px in width, 500px in height, and is colored (meaning 3 channels), so the shape shoul...
Nic Cheng
Votes: 0
Answers: 1
Not able to open tensorflow lite file in Android Studio Arctic Fox 2020.3.1
enter image description hereenter image description hereI created a tensorflow lite file and tried to import into Android Studio. I am getting an error that it is not a valid tensorflow lite file
Kumarasivan Veeramuthumoni
Votes: 0
Answers: 0
How to use data kept on GPU after model inference with tensorflow.js v3.13.0?
I just got aware of a new feature in tfjs v3.13.0 (see https://github.com/tensorflow/tfjs/pull/5953). I am trying to use the new dataToGPU() method of Tensors to keep my model output on the GPU, since...
Raphael Royer-Rivard
Votes: 0
Answers: 1