convert AI models in ONNX format
Go to file
2024-04-08 22:53:23 +02:00
models initial commit 2024-03-29 18:32:27 +01:00
.gitlab-ci.yml .gitlab-ci.yml 2024-04-08 22:53:23 +02:00
Dockerfile initial commit 2024-03-29 18:32:27 +01:00
README.md initial commit 2024-03-29 18:32:27 +01:00

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