Skip to content

Commit 72ab7ef

Browse files
Update README of WASM backend (#5097)
DOC * Update README of WASM backend * update
1 parent e0af114 commit 72ab7ef

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

tfjs-backend-wasm/README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Usage
22

3-
This package adds a WebAssembly backend to TensorFlow.js. This is currently in
4-
**alpha** and has enough op support to run the following models
5-
from our [models](https://github.com/tensorflow/tfjs-models) repo:
6-
- MobileNet
3+
This package adds a WebAssembly backend to TensorFlow.js. It currently supports
4+
the following models from our
5+
[models](https://github.com/tensorflow/tfjs-models) repo:
6+
- BlazeFace
77
- BodyPix
8-
- PoseNet
98
- CocoSSD
9+
- Face landmarks detection
10+
- HandPose
11+
- KNN classifier
12+
- MobileNet
13+
- PoseDetection
14+
- Q&A
1015
- AutoML Image classification
1116
- AutoML Object detection
1217

0 commit comments

Comments
 (0)