PyTorch: Difference between revisions

Jump to navigation Jump to search
No change in size ,  3 months ago
no edit summary
No edit summary
No edit summary
Line 2,118: Line 2,118:
There are cases where we get this kind of error:
There are cases where we get this kind of error:


  <!--T:544-->
<!--T:544-->
terminate called after throwing an instance of 'c10::Error'
  terminate called after throwing an instance of 'c10::Error'
     what():  Given groups=1, weight of size [256, 1, 3, 3], expected input[16, 10, 16, 16] to have 1 channels, but got 10 channels instead
     what():  Given groups=1, weight of size [256, 1, 3, 3], expected input[16, 10, 16, 16] to have 1 channels, but got 10 channels instead
   Exception raised from check_shape_forward at /tmp/coulombc/pytorch_build_2021-11-09_14-57-01/avx2/python3.8/pytorch/aten/src/ATen/native/Convolution.cpp:496 (most recent call first):
   Exception raised from check_shape_forward at /tmp/coulombc/pytorch_build_2021-11-09_14-57-01/avx2/python3.8/pytorch/aten/src/ATen/native/Convolution.cpp:496 (most recent call first):
cc_staff
46

edits

Navigation menu