zeropointnine commited on
Commit
654d493
·
verified ·
1 Parent(s): 4b1f30a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ONNX conversion of Google's [YAMNet model](https://www.kaggle.com/models/google/yamnet/tensorFlow2/yamnet/1)
5
+
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
+ ``