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
there was a probblem using my own datasets:RuntimeError: Sizes of tensors must match except in dimension 3. Got 425 and 423 (The offending index is 0)
#108
Open
LuoXiang-LX opened this issue
Dec 5, 2021
· 3 comments
Hi, did you solve this problem? I also had the same problem.
This error happens only when training with RDN, FGFA, MEGA to over 20000 iterations. You should check tensor size of img['cur'] and img['ref'].
I ignored all cases which get the different tensor sizes.
Solved this problem.
HI,how do you make own dataset and place it?I download vid dataset and it has videos、 jpgs of every frame and xmls,shall we make our dataset and place it like this?I think its so comlicated,and how can we make the txt files in the imageset?
No description provided.
The text was updated successfully, but these errors were encountered: