CycleGAN_Tensorlayer
CycleGAN implementation
Re-implements CycleGAN using TensorLayer with improvements such as data augmentation and resize convolution
Re-implement CycleGAN in Tensorlayer
89 stars
7 watching
25 forks
Language: Python
last commit: over 6 years ago
Linked from 2 awesome lists
cycleganganresize-convolutiontensorlayer
Related projects:
Repository | Description | Stars |
---|---|---|
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 339 |
brade31919/srgan-tensorflow | Tensorflow implementation of a generative adversarial network for single image super-resolution | 849 |
tensorlayer/adaptive-style-transfer | Adaptive style transfer in deep learning using a single model to apply multiple styles | 115 |
google/tensornetwork | A library for easy and efficient manipulation of tensor networks. | 1,819 |
pbaylies/stylegan2 | Implementation of a generative adversarial network for generating images with conditional variations. | 315 |
eilene/gwnn | A TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods. | 64 |
trevor-m/tensorflow-srgan | An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution | 39 |
hongyanggao/lgcn | An implementation of learnable graph convolutional networks for efficient graph processing | 46 |
yixuanli/densenet-tensorflow | An implementation of DenseNet in TensorFlow using the Tensorpack framework and OpenCV-Python for image preprocessing. | 573 |
mattya/chainer-dcgan | Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 935 |
yxu0611/tensorflow-implementation-of-lcnn | An implementation of a deep face recognition algorithm in TensorFlow | 78 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 937 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
tensorlayer/tensorlayerx | A unified deep learning framework supporting multiple hardware platforms and backends. | 539 |