TextGAN-PyTorch icon indicating copy to clipboard operation
TextGAN-PyTorch copied to clipboard

Generate samples using pre-trained model.

Open IbrahimSahibzada opened this issue 5 years ago • 4 comments

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 ?

IbrahimSahibzada avatar Apr 28 '20 08:04 IbrahimSahibzada

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 avatar Jul 15 '20 06:07 IbrahimSahibzada

@IbrahimSahibzada - were you able to generate samples on the pre trained model? if yes, please et me know how?

anujwwt avatar Feb 24 '21 09:02 anujwwt