-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
🐛 Bug
In the description of dcgan_module.py, it says we can use it on cifar10 as
# cifar10
python dcgan_module.py --gpus 1 --dataset cifar10 --image_channels 3
But in the argument parser, it only has two choices:
parser.add_argument("--dataset", default="mnist", type=str, choices=["lsun", "mnist"])
Is this a typo? Or the CIFAR10 addition is down the road.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed