Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
g30rv17ys
/
pupil_repo
like
0
Model card
Files
Files and versions
Community
eec42bd
pupil_repo
/
convert_to_onnx.sh
g30rv17ys
Add files using upload-large-folder tool
eec42bd
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
#/bin/bash
# prerequisite:
# pip install tf2onnx
RUNDIR=
"path/to/run/dir"
python -m tf2onnx.convert --saved-model
$RUNDIR
/best_savedmodel --output
$RUNDIR
/best_model.onnx