VeriSilicon / TIM-VX

VeriSilicon Tensor Interface Module
Other
221 stars 84 forks source link

TypeError: run_graph() missing 1 required positional argument: 'input_dict' #521

Closed Learneruestc closed 1 year ago

Learneruestc commented 1 year ago

when I run the api_test/lenet.py,I got this error....

Traceback (most recent call last): File "examples/api_test/lenet.py", line 239, in assert engine.run_graph(), "run graph fail...." TypeError: run_graph() missing 1 required positional argument: 'input_dict'

can you help me ? thx!

sunshinemyson commented 1 year ago

@Learneruestc ,

Thanks for contribute, I'll check.

sunshinemyson commented 1 year ago

@Learneruestc ,

Please try latest version from zjd1988's fork. We fixed it.

Learneruestc commented 1 year ago

@Learneruestc ,

Please try latest version from zjd1988's fork. We fixed it.

ok,the bug is solved. thank you all.