justinchuby commited on
Commit
da88bf8
·
verified ·
1 Parent(s): 5a7aff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ tflite and munually optimized onnx format of the Perch v2 model.
20
 
21
  Source https://www.kaggle.com/models/google/bird-vocalization-classifier/
22
 
23
- - `perch_v2_no_dft.onnx`: ONNX model with the DFT node converted to MatMul using `scripts/convert_dft_to_matmul.py` for addtional speedup.
24
  - `perch_v2.onnx`: The converted ONNX model.
25
  - `perch_v2.tflite`: The tflite model.
26
 
 
20
 
21
  Source https://www.kaggle.com/models/google/bird-vocalization-classifier/
22
 
23
+ - `perch_v2_no_dft.onnx`: ONNX model with the DFT node converted to MatMul using `scripts/convert_dft_to_matmul.py` for addtional speedup. It is slightly less accurate (tolerance within 2e-4 vs 1e-5 when comparing agaist the tflite model).
24
  - `perch_v2.onnx`: The converted ONNX model.
25
  - `perch_v2.tflite`: The tflite model.
26