Tensorflow implementation of CycleGAN
Role in this project:
ML Engineer Contributions:81 commits, 1 PR, 37 pushes in 8 months
Contributions summary:Hardik implemented the foundational code for a CycleGAN model, a type of generative adversarial network (GAN) used for image-to-image translation. They added the core components for the generator and discriminator networks within a TensorFlow implementation, defining key parameters, building the network architecture, and including functions for training and displaying the results. The initial commit established the basic structure and subsequent commits refined it by adding convolutional layers, normalization, ReLU activation, and ResNet blocks, and also incorporated image loading and training loops.
deep-learningcyclegantensorflowtensorflow2
Contributions:71 commits, 67 pushes, 1 branch in 1 month