• Paul Hollensen's avatar
    python 3 fix in dnn.py · 01a4a9e6
    Paul Hollensen 提交于
    In python 3, map returns a map object iterator rather than a list, which here gets consumed by min, leaving pad_desc empty.
    This bug was just introduced with the update to cudnn v3.
    01a4a9e6
dnn.py 82.7 KB