(1 comentário) (0 reação) (0 responsável)Python (2.849 forks)batch import
following upgood first issue

Métricas do repositório

Stars
 (18.427 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador