Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault occurs when executing data/model/dnn_model.m #32

Open
cmpark0126 opened this issue Oct 26, 2022 · 1 comment
Open

Comments

@cmpark0126
Copy link

Hello,

I'm currently trying to apply my custom model to maestro.
However, I met Segmentation Fault error when executing my custom model (the mapping file is generated by frontend).
(I just modify Mapping_file argument in run_example.sh like below)

./maestro --HW_file='data/hw/accelerator_1.m' \
          --Mapping_file='data/model/custom_model.m' \
          --print_res=true \
          --print_res_csv_file=true \
          --print_log_file=false \

So, I try to use another example mapping file data/model/dnn_model.m, it shows Segmentation Fault also.

./maestro --HW_file='data/hw/accelerator_1.m' \
          --Mapping_file='data/model/dnn_model.m' \
          --print_res=true \
          --print_res_csv_file=true \
          --print_log_file=false \

My questions are below:
(1) How can I execute data/model/*.m with maestro? many of them just show Segmentation Fault error.
(2) How can I execute my custom model? It shows Segmentation Fault also.

Thank you so much for your consideration!

@sivanyooko
Copy link

Hi there!
I just start to use maestro, and there is a problem. I use Keras to build custom model but all the code in Class cannot be executed. The model I got in /data/model is blank which doesn't contain any layers. I have search on this and got no solution. Looking forward to your reply! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants