Skip to content

InfoGAN: wrong argument descriptions in help #80

@MarcinLebiedz

Description

@MarcinLebiedz

In main.py the help strings for these two arguments seem to be flipped:

    parser.add_argument('--n_batch_per_epoch', default=2000, type=int, help="Number of training epochs")
    parser.add_argument('--nb_epoch', default=400, type=int, help="Number of batches per epoch")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions