swap description (#1554)
Co-authored-by: donghyeop son <42092560+sondonghup@users.noreply.github.com>
This commit is contained in:
parent
e2d494d1a7
commit
fe0f32c6a6
@ -312,10 +312,10 @@ def get_hparams(init=True):
|
||||
"-te", "--total_epoch", type=int, required=True, help="total_epoch"
|
||||
)
|
||||
parser.add_argument(
|
||||
"-pg", "--pretrainG", type=str, default="", help="Pretrained Discriminator path"
|
||||
"-pg", "--pretrainG", type=str, default="", help="Pretrained Generator path"
|
||||
)
|
||||
parser.add_argument(
|
||||
"-pd", "--pretrainD", type=str, default="", help="Pretrained Generator path"
|
||||
"-pd", "--pretrainD", type=str, default="", help="Pretrained Discriminator path"
|
||||
)
|
||||
parser.add_argument("-g", "--gpus", type=str, default="0", help="split by -")
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user