AIWintermuteAI/aXeleRate

Issue: OSError: run error; 2013

Closed this issue · 1 comments

I got some error on kpu.run_yolo2(task, img) in my detector model..
I already put this code "kpu.set_outputs(task, 7,7,5,20)" for reshape layer,reshape_1 (Reshape) (None, 7, 7, 5, 20).

スクリーンショット 2020-06-27 15 10 24

config:
"architecture": "MobileNet7_5",
"backend": "imagenet"
Do you know some solution for it?

I found the problem. that was caused by kpu.set_outputs(task, 7,7,5,20).
args are not correct.