primepake / wav2lip_288x288

MIT License
524 stars 135 forks source link

error too many values to unpack #104

Open Oyiyi opened 6 months ago

Oyiyi commented 6 months ago

https://github.com/primepake/wav2lip_288x288/blob/12b90f2b77a2aa0fa4019bf96e796fdac3ad0f95/hq_wav2lip_sam_train.py#L310C43-L310C43

Line 310: running_sync_loss, running_l1_loss, running_perceptual_loss = 0., 0., 0., 0.

Hi, is this hq_wav2lip_sam_train.py premature to use? should I try the "not sam" hq version first? -oyiyi

shahidmuneer commented 6 months ago

Replace line running_sync_loss, running_l1_loss, running_perceptual_loss = 0., 0., 0., 0. with running_sync_loss, running_l1_loss, running_perceptual_loss = 0., 0., 0.

will resolve the issue.