You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use an object detector with ORTT, but getting a ValueError.
I tried out several object detectors like retinanet, SSD, DETR, and others. The error message is the same (ValueError: Invalid item in shape: floor...)
I have resized the input image to a fixed size like (300x300, 512x512, 800x800, or others) but still getting the same error.
Attached is the screenshot of my trace-back. I am using the docker image from the stable diffusion example: https://github.com/microsoft/onnxruntime-training-examples/tree/master/StableDiffusion-finetune (the training of stable diffusion works without an error).
Do you have an idea what is causing this issue and how to resolve it? Many thanks!
Hello,
I am trying to use an object detector with ORTT, but getting a ValueError.
I tried out several object detectors like retinanet, SSD, DETR, and others. The error message is the same (ValueError: Invalid item in shape: floor...)
I have resized the input image to a fixed size like (300x300, 512x512, 800x800, or others) but still getting the same error.
Attached is the screenshot of my trace-back. I am using the docker image from the stable diffusion example: https://github.com/microsoft/onnxruntime-training-examples/tree/master/StableDiffusion-finetune (the training of stable diffusion works without an error).
Do you have an idea what is causing this issue and how to resolve it? Many thanks!
The code is:
The text was updated successfully, but these errors were encountered: