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
It raises an assert error in the following code when our input shape is [B, C, H, W, h, w], whose dimension is larger than 5. Can I directly modify 5 to 6? Does it effect the final results?
It raises an assert error in the following code when our input shape is [B, C, H, W, h, w], whose dimension is larger than 5. Can I directly modify 5 to 6? Does it effect the final results?
fvcore/fvcore/nn/jit_handles.py
Lines 236 to 246 in b905b9b
The text was updated successfully, but these errors were encountered: