CycleGAN
CycleGAN copied to clipboard
tensorflow 2.0 implementation of CycleGAN, easy to use.
Results
1
CycleGAN issues
Sort by
recently updated
recently updated
newest added
Hello! Our static bug checker has found a performance issue in train.py: Python type argument [`ep`](https://github.com/Katexiang/CycleGAN/blob/82c08e0f7a13b6a8b7027cf45fd9c1a64423d502/train.py#L177) is passed to tf.function decorated function [`lr_sch`](https://github.com/Katexiang/CycleGAN/blob/82c08e0f7a13b6a8b7027cf45fd9c1a64423d502/train.py#L87) instead of tensors. As there is a...