AIWintermuteAI / aXeleRate

Keras-based framework for AI on the Edge
MIT License
176 stars 71 forks source link

Issue: OSError: run error; 2013 #14

Closed ShuDiamonds closed 4 years ago

ShuDiamonds commented 4 years ago

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?

ShuDiamonds commented 4 years ago

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