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
when run the anomaly/train.py ,i modified the cfg.TRAIN.batch_size_per_gpu from 2 to 1 and raise ValueError('Expected more than 1 value per channel when training, got input size {}'.format(size))
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 512, 1, 1])
how to figure it out/
The text was updated successfully, but these errors were encountered:
when run the anomaly/train.py ,i modified the cfg.TRAIN.batch_size_per_gpu from 2 to 1 and raise ValueError('Expected more than 1 value per channel when training, got input size {}'.format(size))
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 512, 1, 1])
how to figure it out/
The text was updated successfully, but these errors were encountered: