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

--num-steps value #5

Closed
stone100010 opened this issue Sep 23, 2020 · 2 comments
Closed

--num-steps value #5

stone100010 opened this issue Sep 23, 2020 · 2 comments
Labels
question Further information is requested

Comments

@stone100010
Copy link

python project_images.py datasets/aligned_images/ results/generated_images_tiled_10000steps/ --video True --video-mode 2

I want to get night pictures's ".npy"

Can you tell me your value of "--num-steps"?

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@woctezuma
Copy link
Owner

woctezuma commented Sep 23, 2020

I have not tried to modify this setting, so I use the default value (1000):

    parser.add_argument('--num-steps', type=int, default=1000, help='Number of optimization steps')

By the way, if you only want the .npy, you don't need video flags (--video True --video-mode 2), as it slows down the process.

Repository owner locked as resolved and limited conversation to collaborators Sep 23, 2020
@woctezuma woctezuma added the question Further information is requested label Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants