iwtw/pytorch-TP-GAN

assert predicts.shape[0] == labels.shape[0]

hhjgithub514 opened this issue · 0 comments

Hello. In pretrain.py, predicts.shape[0] is not equal to labels.shape[0]. The value of predicts.shape[0] is four times that of labels.shape[0]. What does it mean? How can I solve the problem?