iwtw / pytorch-TP-GAN

pytorch replicate of TP-GAN "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hhjgithub514 opened this issue · 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?