Fewshot_Detection
Fewshot_Detection copied to clipboard
expected tensor [64 x 32 x 3 x 3] and src [1776] to have the same number of elements, but got 18432 and 1776 elements respectively
RuntimeError: inconsistent tensor size, expected tensor [64 x 32 x 3 x 3] and src [1776] to have the same number of elements, but got 18432 and 1776 elements respectively at /pytorch/torch/lib/TH/generic/THTensorCopy.c:86
how could i sovle this problem,my env is pytorch0.3.1 and torch 0.2.0
请问解决了嘛