View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (2,849 forks)batch import
following upgood first issue

Repository metrics

Stars
 (18,427 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

infer/lib/train/utils.py 315 line, 318 line

    "-pg", "--pretrainG", type=str, default="", help="Pretrained Discriminator path"

    "-pd", "--pretrainD", type=str, default="", help="Pretrained Generator path"

I think these two should be swapped.

Contributor guide