• ASalvail's avatar
    Fixes a crash of casting bytes to Python string · d1e6d0e5
    ASalvail 提交于
    The crash happened when cuDNN isn't used and the error message was raised. However, the message was a 'bytes' object, not a string. Casting the bytes to string solves the issue.
    d1e6d0e5
dnn.py 36.6 KB