Skip to content

Commit

Permalink
Update TensorFlow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 27, 2024
1 parent 299939b commit e34ba5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,11 @@ For example, take a model with multiple inputs and multiple outputs as shown in
When converting to TensorFlow.js, process as follows.

```bash
pip install tensorflowjs
pip install -U --no-deps \
tensorflowjs \
tensorflow_decision_forests \
ydf \
tensorflow_hub

onnx2tf -i mobilenetv2-12.onnx -ois input:1,3,224,224 -osd -dgc

Expand Down

0 comments on commit e34ba5f

Please sign in to comment.