eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.23k stars 4.05k forks source link

query about visualization and RGB conversion in pytorch #66

Open nehaleosharma opened 5 years ago

nehaleosharma commented 5 years ago

hi I have run the cGAN (pytorch code) its quite good and running well i have attached screen shot of it to know

  1. after completely 200 epochs how to visualize results.?(for this i have opened visdom server in another anaconda prompt further localhost:8097 opened )

  2. how to use own dataset(changes in Configure data loader?how)

  3. for RGB changes (transforms.Normalize(([0.5], [0.5],[0.5]),([0.5], [0.5],[0.5])) is it right? in pytorch.

200 epochs complete

kindly reply ASAP i have started learning ML fews days back and keen interested to know for my project work. Thanks

nehaleosharma commented 5 years ago

hi only one problem left of RGB?