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
您好,在运行您的代码的时候,出现了如下错误:
File "/home/wenxiao/code/siamfc/SiamFC-PyTorch/siamfc/alexnet.py", line 77, in forward
score = F.conv2d(instance, self.exemplar, groups=4)
RuntimeError: Given groups=4, expected weight to be at least 4 at dimension 0, but got weight of size 3 256 6 6 instead
请问如何解决呢?
The text was updated successfully, but these errors were encountered:
您好,在运行您的代码的时候,出现了如下错误:
File "/home/wenxiao/code/siamfc/SiamFC-PyTorch/siamfc/alexnet.py", line 77, in forward
score = F.conv2d(instance, self.exemplar, groups=4)
RuntimeError: Given groups=4, expected weight to be at least 4 at dimension 0, but got weight of size 3 256 6 6 instead
请问如何解决呢?
The text was updated successfully, but these errors were encountered: