[MKL-DNN] Failure to run face model (demark)
Created by: jczaja
Hi,
We have just tested that internal face model of yours (demark) stopped to work with mkl-dnn (it is fine when paddle naive ops are used).
commit tested: fd6631ef
commandline used:
./paddle/fluid/inference/tests/api/test_analyzer_image_classification --infer_model=/home/jczaja/models/demark/demark/ --gtest_filter=*profile_mkldnn --batch_size=1
Output:
Exception: /home/jczaja/paddle/paddle/fluid/memory/detail/meta_cache.cc:33 Assertion
desc->check_guards()failed. terminate called after throwing an instance of 'std::runtime_error' what(): Exception encounter. Aborted
We do not know yet when exactly problem appeared
@luotao1 Could you please confirm that demark model does fail for you when mkl-dnn is used? If all works for you then tell us revision used and commandline