Hi, team
Im trying the latest hailo dfc (3.30.0) and faced this message when i compile an quantized har file;
[2025-02-25 16:31:14.774] [default] [info] Ran from command: "/usr/local/bin/hailomz compile --performance --ckpt glass_simplified.onnx --calib-path calib_path/ --yaml resnet_v1_50.yaml --classes 10"
[2025-02-25 16:31:14.775] [default] [info] Loading network parameters
[2025-02-25 16:31:15.092] [default] [info] Starting Hailo allocation and compilation flow
[2025-02-25 16:31:15.114] [default] [info] Model name: resnet_v1_50
[2025-02-25 16:31:15.648] [default] [info] No successful assignment for conv42, most common errors: Agent infeasible
conv42 failed on kernel validation: Smuffers in input is not supported in conv42
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 1 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 2 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 3 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 4 subclusters
[2025-02-25 16:31:15.648] [default] [info] No successful assignment for conv43_dummy_10472, most common errors:
[2025-02-25 16:31:16.709] [default] [info] No successful assignment for conv42, most common errors: Agent infeasible
conv42 failed on kernel validation: Smuffers in input is not supported in conv42
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 1 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 2 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 3 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 4 subclusters
[2025-02-25 16:31:16.709] [default] [info] No successful assignment for conv43_dummy_21224, most common errors:
[2025-02-25 16:31:17.294] [default] [info] e[1;41mMapping Failed (allocation time: 1s)e[0m
[2025-02-25 16:31:17.296] [default] [info] Builder fail with status 110: No successful assignments: conv42 errors:
Agent infeasible
conv42 failed on kernel validation: Smuffers in input is not supported in conv42
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 1 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 2 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 3 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 4 subclusters
[2025-02-25 16:31:17.301] [default] [info] No successful assignments: conv42 errors:
Agent infeasible
conv42 failed on kernel validation: Smuffers in input is not supported in conv42
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 1 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 2 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 3 subclusters
conv42: Minimum needed amount of subclusters was not reached. Needed: 5, but requests only 4 subclusters
Does Anyone (Admins) have an Idea with this kind of error and can point me in the right direction?
Thank you!