Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,4 @@ ONNX conversion of Google's [YAMNet model](https://www.kaggle.com/models/google/
|
|
| 6 |
```
|
| 7 |
pip install "tensorflow>=2.15,<2.17" "numpy<2.0" "tf2onnx>=1.16"
|
| 8 |
python -m tf2onnx.convert --saved-model path/to/model --output yamnet.onnx
|
| 9 |
-
``
|
|
|
|
| 6 |
```
|
| 7 |
pip install "tensorflow>=2.15,<2.17" "numpy<2.0" "tf2onnx>=1.16"
|
| 8 |
python -m tf2onnx.convert --saved-model path/to/model --output yamnet.onnx
|
| 9 |
+
```
|