To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.
TensorFlow.js version
Using this source for the script : https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js
Describe the problem or feature request
The BytesInGpu keep increasing whereas the numBytes, numTensors,numDataBuffers are constant. I'm using tf.tidy and even disposing the tensors after using tf.browser.toPixels. Is there any way I can resolve this ?
