You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 outThe text was updated successfully, but these errors were encountered: