We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@Borda shall I update the dcgan description or add the support for CIFAR10 to the module?
Sorry, something went wrong.
update the dcgan description or add the support for CIFAR10 to the module?
that would be great 💜
No branches or pull requests
🐛 Bug
In the description of dcgan_module.py, it says we can use it on cifar10 as
But in the argument parser, it only has two choices:
Is this a typo? Or the CIFAR10 addition is down the road.
The text was updated successfully, but these errors were encountered: