Accelergy-Project / timeloop-accelergy-exercises

Exercises for exploring the Fibertree, Timeloop and Accelergy tools
MIT License
85 stars 29 forks source link

Runtime error in timeloop+accelergy exercises #11

Closed ranery closed 4 years ago

ranery commented 4 years ago

Hi,

Thanks for providing such useful exercises.

I can run the examples in timeloop/accelergy successfully, but encounter one runtime error in the timeloop+accelergy exercise as show below:

Problem configuration complete.
ERROR: key not found: arithmetic, at line: 0

Could you help to solve such issue, thanks in advance for your time and effort!

Best regards, Haoran You

nellie-wu commented 4 years ago

Thanks for the comment. Are you using docker to run these exercises? If you are installing everything natively, please make sure timeloop is update-to-date. We are not able to reproduce the same issue with the docker or most-up-to-date timeloop.

ranery commented 4 years ago

Ok, thanks for your reply, let me update and try again.

nivi1501 commented 3 years ago

I am facing a similar issue. Please let me know how to resolve this. I am using the latest version of timeloop.

Screenshot from 2020-12-13 13-20-03

nellie-wu commented 3 years ago

Thanks for bringing up this issue.

I think this is probably due to a typo in the readme, instead of arch/eyeriss_like-int16.arch.yaml, please try arch/eyeriss_like-int16.yaml.

You can also do ls arch/ to see the files names in the arch folder.

We have updated the readme as well.

nivi1501 commented 3 years ago

Thanks a lot.