tfjs
tfjs copied to clipboard
A WebGL accelerated JavaScript library for training and deploying ML models.
We couldn't get CPU prediction data for pose-detection. So to compare the result, we use another GPU backend for reference. To see the logs from the Cloud Build CI, please...
Hi! I did this small project about predicting diseases based on a Chest X Ray, using tensorflowjs. I thought it could be a great example for your repository of examples....
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...
#### TensorFlow.js version 1.2.9 #### Browser version NodeJS 11.3.0 #### Describe the problem or feature request After converting a model created with a layer from TF Hub (MobileNetV2) with TF...
This template is for miscellaneous issues not covered by the other issue categories. For questions on how to work with TensorFlow.js, or support for problems that are not verified bugs...
WebGPU no longer relies on async createImageBitmap for fromPixels, so the async version is no longer needed. To see the logs from the Cloud Build CI, please join either our...
Test case with 4 input 1 output, 1 metric, no validation, no batch sizes specified added. Test case with 3 input 1 output, 1 metric, no validation, no batch sizes...
Using image, imageBitamp or video as input, fromPixels op follows below steps: 1) A 2D canvas is created To get the drawing context of the canvas, willReadFrequently is set to...
Currently, we run Verdaccio tests only when we do a release. Since they're only tested after choosing a release commit from nightly CI, they are often a point of failure....
the example link is [Polynomial Regression ](https://github.com/tensorflow/tfjs-examples/tree/master/polynomial-regression-core) after install success,when i enter command `npm run watch ` with cmd on windows 10,it encounter the error: > D:\Exhibition\Awakener\TensorDance\polynomial-regression-core\node_modules\@parcel\core\lib\Parcel.js:150 > #requestTracker >...