Closed zw22zw22 closed 3 years ago
@zw22zw22 It seems to be a model issue. Have you built the Maestro repo correctly? Can you run the Maestro example? Also, you need to configure the absolute path in config.py.
I solved the problem. The reason for this problem is that the value of maestro_home should end with slash '/',I rewrite the value “maestro_home = "~/HASCO/src/maestro" with “maestro_home = "~/HASCO/src/maestro/"
It works 😁!
I downloaded the code , and instal as it told, when I was running the script, python3 testbench/co_mobile_gemm.py . it turned out: How to handle it? Please help!