-
由 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
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.