TextGAN-PyTorch
TextGAN-PyTorch copied to clipboard
Generate samples using pre-trained model.
Once I restore a model by directly changing pretrained_gen_path and pretrained_dis_path in config.py. How do I then only generate samples and not have the model train again ?
During training the generator outputs good samples, but when I load the same model as a pre_trained generator model and use the sample() function, the samples generated are not even close to good. Can you please help me out ?
@IbrahimSahibzada - were you able to generate samples on the pre trained model? if yes, please et me know how?