sumuzhao / CycleGAN-Music-Style-Transfer-Refactorization

Symbolic Music Genre Transfer with CycleGAN - Refactorization
MIT License
34 stars 16 forks source link

Created InstanceNorm and ResNetBlock layer classes to replace Lambda layers #4

Closed callistachang closed 3 years ago

callistachang commented 3 years ago

In tf2_module.py, I created tf.layers.Layer classes InstanceNorm and ResNetBlock to replace the resnet_block and instance_norm functions.

This code works with tensorflow==2.3.1. Closes #3