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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I met this error in deep_convolution_gan.py #67

Closed
bemoregt opened this issue Sep 29, 2017 · 4 comments
Closed

I met this error in deep_convolution_gan.py #67

bemoregt opened this issue Sep 29, 2017 · 4 comments

Comments

@bemoregt
Copy link

bemoregt commented Sep 29, 2017

Hi, @jtoy @hunkim @Kongsea @DingKe @jayparks

I met this error in deep_convolution_gan.py :

usage: ipykernel_launcher.py [-h] [--image_size IMAGE_SIZE] [--z_dim Z_DIM]
[--g_conv_dim G_CONV_DIM]
[--d_conv_dim D_CONV_DIM]
[--num_epochs NUM_EPOCHS]
[--batch_size BATCH_SIZE]
[--sample_size SAMPLE_SIZE]
[--num_workers NUM_WORKERS] [--lr LR]
[--beta1 BETA1] [--beta2 BETA2] [--mode MODE]
[--model_path MODEL_PATH]
[--sample_path SAMPLE_PATH]
[--image_path IMAGE_PATH] [--log_step LOG_STEP]
[--sample_step SAMPLE_STEP]
ipykernel_launcher.py: error: unrecognized arguments: -f /Users/dti/Library/Jupyter/runtime/kernel-0a3c5ccc-79ba-4805-8668-2c85aa0e488d.json

An exception has occurred, use %tb to see the full traceback.

SystemExit: 2

I used my images(128x128, RGB, 24files).
What's wrong with me?

@yunjey
Copy link
Owner

yunjey commented Sep 29, 2017

@bemoregt
It's argparse error. You entered the keyword incorrectly.

@bemoregt
Copy link
Author

bemoregt commented Sep 29, 2017 via email

@yunjey yunjey closed this as completed Sep 29, 2017
@yunjey
Copy link
Owner

yunjey commented Sep 29, 2017

@bemoregt Great!

@bemoregt
Copy link
Author

bemoregt commented Sep 30, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants