SimGAN_pytorch icon indicating copy to clipboard operation
SimGAN_pytorch copied to clipboard

[Refer to wayaai/SimGAN(Keras&Tensorflow)] Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training

Results 4 SimGAN_pytorch issues
Sort by recently updated
recently updated
newest added

You put an assert statement to check , if size of real images and synthetic images are matching for pre training Discriminator , but the sizes are different 128 !=...

I did some training using this repo and the results are not very satisfactory. After a closer look at the code I found a bug in the [ImageHistoryBuffer](https://github.com/AlexHex7/SimGAN_pytorch/blob/master/lib/image_history_buffer.py#L41) implementation :...

Hi @AlexHex7 I am interested in your implementation. But I am also interested if you achived new results from the shown on the Github page? Did you achieve the same...

Hi, AlexHex7. I forked your code and did several changes for bug fixing and speed-up. But my training procedure wasn't pleasant. I tested many hyper-parameters but the results were still...