Moien Rangzan
Results
2
issues of
Moien Rangzan
# Description: In the Pytorch/GANs /CycleGAN/ generator_model.py file, there is a minor typo in the Generator class initialization. The second argument `9` refers to num_features, but it should be num_residuals...
since your code, changes the `random` seed to do the same transformation on both image and mask, it will cause the `number = random.randint(0, len(images)) ` to have only two...