mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 20:22:12 +08:00
be08a77d76
np.array.astype can not be relied upon to convert nan's reliably to 0 Fix by calling nan_to_num on the float arrays before converting to uint32.