ale a3921a7a75
Some checks reported errors
continuous-integration/drone/push Build was killed
-m scripts.convert
Signed-off-by: ale <ale@manalejandro.com>
2024-11-23 11:32:46 +01:00
2024-03-29 18:32:27 +01:00
2024-11-02 01:15:58 +01:00
2024-04-08 22:53:23 +02:00
2024-11-23 11:32:46 +01:00
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

Description
convert AI models in ONNX format
Readme 29 KiB
Languages
Dockerfile 100%