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,I'm getting this error TypeError: Can't broadcast (128, 200704) -> (128, 1024, 14, 14) when running extract_features.py. The error is at line 133 output_h5["features"][counter : counter + len(batch)] = output_features.cpu().numpy()
Hi,I'm getting this error
TypeError: Can't broadcast (128, 200704) -> (128, 1024, 14, 14)when running extract_features.py. The error is at line 133output_h5["features"][counter : counter + len(batch)] = output_features.cpu().numpy()