tensil-ai / tensil

Open source machine learning accelerators
https://www.tensil.ai
Other
348 stars 28 forks source link

Exception in thread "main" tensil.tools.CompilerException: Unresolved memory object Identity:0 #71

Open Abhishek2-2 opened 2 years ago

Abhishek2-2 commented 2 years ago

Trying to compile custom resnet50 model for pynqz1 got the above error.

petrohi commented 2 years ago

Can you share the model?

Abhishek2-2 commented 2 years ago

https://drive.google.com/file/d/1CJ6sD7l44uOPuNNAwZNhmxKOIBxW1YZe/view?usp=sharing

petrohi commented 1 year ago

Please try running:

tensil compile -m resnet50_model.pb -a ./arch/ultra96v2.tarch -o "Identity" -v true -s true

You can also replace ultra96v2 with desired architecture definition.