You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I use the magnitude pruning on models with torch.bfloat16 tensor, if fails:
TypeError: Got unsupported ScalarType BFloat16
I find this error is due to the unsupported operation when converting torch.bfloat16 to numpy array. Why INC does not try to support bfloat16 operation? Is there any special consideration?