├── README.md ├── config.py ├── data └── data.txt ├── dataset.py ├── losses.py ├── model.py ├── resnetimg └── resnetimg.txt └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/config.py -------------------------------------------------------------------------------- /data/data.txt: -------------------------------------------------------------------------------- 1 | put your dataset here -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/dataset.py -------------------------------------------------------------------------------- /losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/losses.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/model.py -------------------------------------------------------------------------------- /resnetimg/resnetimg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/resnetimg/resnetimg.txt -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rabbitdeng/anime-WGAN-resnet-pytorch/HEAD/train.py --------------------------------------------------------------------------------