CNN-VAD / model /onnx_convert.sh
abhishek-sehgal's picture
Add the onnx script to convert the model from graph_def to onnx
62a4bb1 verified
raw
history blame contribute delete
149 Bytes
python -m tf2onnx.convert --graphdef ./frozen_without_dropout.pb --output cnn-vad.onnx --inputs inputs/x-input:0 --outputs model/Softmax:0 --opset 13