DeepExplain icon indicating copy to clipboard operation
DeepExplain copied to clipboard

Need to run prediction before DeepExplain when a model is loaded from file

Open marcoancona opened this issue 6 years ago • 0 comments

Another problem, if I load a model from file, I must predict one time before generating saliency maps ,otherwise it will raise an exception: "tensorflow.python.framework.errors_impl.InternalError: Blas SGEMM launch failed : m=21609, n=128, k=64

But if I use this model to predict one time, after that DeepExplain run well.

Originally posted by @linchundan88 in https://github.com/marcoancona/DeepExplain/issues/36#issuecomment-473619493

marcoancona avatar Mar 17 '19 10:03 marcoancona