convert AI models in ONNX format
ale
a3921a7a75
Some checks reported errors
continuous-integration/drone/push Build was killed
Signed-off-by: ale <ale@manalejandro.com> |
||
---|---|---|
models | ||
.drone.yml | ||
.gitlab-ci.yml | ||
Dockerfile | ||
README.md |
docker-onnx-converted - convert AI models in ONNX format
Build
docker buildx build -t docker-onnx-converter .
Usage
docker run -ti --name docker-onnx-converter --rm -v $PWD/models:/models docker-onnx-converter \
--model_id /models/<path to model> --quantize --task <type of model task>
License
MIT