MGN-pytorch icon indicating copy to clipboard operation
MGN-pytorch copied to clipboard

ValueError: x and y must have same first dimension, but have shapes (51,) and (50,)

Open LW-CVer opened this issue 4 years ago • 1 comments

LW-CVer avatar Jul 28 '20 11:07 LW-CVer

train.py line 62
change "epoch = self.scheduler.last_epoch + 1" to "epoch = self.scheduler.last_epoch"

jayyoung0802 avatar Aug 25 '20 04:08 jayyoung0802