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

how to generate a picture during test? #369

Open
topxxuki opened this issue Dec 11, 2019 · 1 comment
Open

how to generate a picture during test? #369

topxxuki opened this issue Dec 11, 2019 · 1 comment

Comments

@topxxuki
Copy link

i trained a model by using python main.py --dataset invoice --batch_size=8 --train --crop --epoch 5000
anyone knows how to generate a picture by this trained generator?
i tried python main.py --dataset invoice --batch_size=8 but nothing comes out

@TsumugiWenders
Copy link

Try add --out_name=“Model name in the out folder” to load modle.
For example ,i use this to test my model:python main.py --input_height 96 --input_width 96 --output_height 48 --output_width 48 --dataset anime --crop --batch_size 1 --epoch 300 --input_fname_pattern "*.jpg" --out_name="20200315.212244 - data - anime - x96.z100.uniform_signed.y48.b1"
Hope it helps you

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