Using Caltech-UCSD Birds-200-2011
- Pytorch
- Visdom
- Numpy
Run python3 -m visdom.server
to get training progress dashbord on http://localhost:8097/
Run python3 src/train.py
generator_model
: Path to generator model to continue training. default=None
discriminator_model
: Path to discriminator model to continue training. default=None
epochs
: Epoch to train the networks. default=25
Run python3 src/image_generator.py model "model path"
image_path
: Path to save the generated images. default="./generated_images/generated_img.png"
image_count
: How many images that will ne generated. default=1
Generated sample after 1 epoch.
Generated sample after 50 epochs.