You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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!
The text was updated successfully, but these errors were encountered:
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.
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 byfrontend
).(I just modify
Mapping_file
argument inrun_example.sh
like below)So, I try to use another example mapping file
data/model/dnn_model.m
, it showsSegmentation Fault
also.My questions are below:
(1) How can I execute
data/model/*.m
with maestro? many of them just showSegmentation Fault
error.(2) How can I execute my custom model? It shows
Segmentation Fault
also.Thank you so much for your consideration!
The text was updated successfully, but these errors were encountered: