YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
experimental onnx and ort export of https://huggingface.co/RedRocket/JointTaggerProject/tree/main/JTP_PILOT2batch size likely locked at 1 because dynamic_axes/dynamic_shapes were not specified for torch.onnx.export
25th oct: fixed by exporting with dynamo=False and dynamic_axes={"input": {0: "batch_size"}, "output": {0: "batch_size"},} - conversion notebook is in the repo
ort file is a conversion of the onnx file in this repo using python -m onnxruntime.tools.convert_onnx_models_to_ort <path_to_onnx> --optimization_style Fixed
very untested
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support