Skip to content

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

@cmpark0126

Description

@cmpark0126

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions