MGN-pytorch
MGN-pytorch copied to clipboard
ValueError: x and y must have same first dimension, but have shapes (51,) and (50,)
train.py line 62
change "epoch = self.scheduler.last_epoch + 1" to "epoch = self.scheduler.last_epoch"