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!
Hello,
I'm currently trying to apply my custom model to maestro.
However, I met
Segmentation Faulterror when executing my custom model (the mapping file is generated byfrontend).(I just modify
Mapping_fileargument inrun_example.shlike below)So, I try to use another example mapping file
data/model/dnn_model.m, it showsSegmentation Faultalso.My questions are below:
(1) How can I execute
data/model/*.mwith maestro? many of them just showSegmentation Faulterror.(2) How can I execute my custom model? It shows
Segmentation Faultalso.Thank you so much for your consideration!