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
Hello,I find you question in 'Torch2CoreML' project,
def _check_input_dim(self, input):
reshape (N,C,H,W) to (N,C,1,H,W)
if input.dim() != 5:
raise ValueError('expected 5D input (got {}D input)'
.format(input.dim()))
But I can't work well, can you help me? Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello,I find you question in 'Torch2CoreML' project,
def _check_input_dim(self, input):
reshape (N,C,H,W) to (N,C,1,H,W)
if input.dim() != 5:
raise ValueError('expected 5D input (got {}D input)'
.format(input.dim()))
But I can't work well, can you help me? Thank you very much!
The text was updated successfully, but these errors were encountered: