We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ff5a5 + a1e88c4 commit 3d99e2eCopy full SHA for 3d99e2e
python/paddle/fluid/framework.py
@@ -26,7 +26,7 @@
26
"""NOTE: You may need to run \"export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH\"
27
if you encounters \"libmkldnn.so not found\" errors. If you have python
28
installed in other directory, replace \"/usr/local/lib\" with your own
29
- directory. The original error is: """ % str(e))
+ directory. The original error is: \n""" + e.message)
30
except Exception, e:
31
raise e
32
import unique_name
0 commit comments