Skip to content

Commit

Permalink
feat: provide script for converting nn model
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Apr 7, 2024
1 parent e11d35a commit bb794d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/convert-nn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python -m tf2onnx.convert --saved-model nn-model --output model.onnx

0 comments on commit bb794d5

Please sign in to comment.