Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

dcgan_module #971

Open
yitao416 opened this issue Feb 1, 2023 · 2 comments
Open

dcgan_module #971

yitao416 opened this issue Feb 1, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@yitao416
Copy link

yitao416 commented Feb 1, 2023

馃悰 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.

@yitao416 yitao416 added the help wanted Extra attention is needed label Feb 1, 2023
@Borda Borda added fix fixing issues... bug Something isn't working and removed fix fixing issues... labels Jun 20, 2023
@ishandutta0098
Copy link

@Borda shall I update the dcgan description or add the support for CIFAR10 to the module?

@Borda
Copy link
Member

Borda commented Jun 23, 2023

update the dcgan description or add the support for CIFAR10 to the module?

that would be great 馃挏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants