资源算法mnist-svhn-transfer

mnist-svhn-transfer

2019-09-10 | |  228 |   0 |   0

MNIST-to-SVHN and SVHN-to-MNIST

PyTorch Implementation of CycleGAN and Semi-Supervised GAN for Domain Transfer.

alt text

Prerequites


Usage

Clone the repository

$ git clone https://github.com/yunjey/mnist-svhn-transfer.git$ cd mnist-svhn-transfer/

Download the dataset

$ chmod +x download.sh$ ./download.sh

Train the model

1) CycleGAN
$ python main.py --use_labels=False --use_reconst_loss=True
2) SGAN
$ python main.py --use_labels=True --use_reconst_loss=False


Results

1) CycleGAN (should be re-uploaded)

From SVHN to MNIST | From MNIST to SVHN :-------------------------:|:-------------------------: alt text | alt text alt text | alt text

2) SGAN

From SVHN to MNIST | From MNIST to SVHN :-------------------------:|:-------------------------: alt text | alt text alt text | alt text

上一篇:pytorch-SRResNet

下一篇:U-Net

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...