├── README.md ├── data └── data4train.mat ├── display ├── Readme ├── data_aug.mat ├── x1.png ├── x2.png ├── x3.png ├── x4.png ├── x5.png ├── x6.png ├── x7.png ├── x8.png └── x9.png ├── save ├── CNN.ckpt.data-00000-of-00001 ├── CNN.ckpt.index ├── CNN.ckpt.meta └── checkpoint ├── test.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/README.md -------------------------------------------------------------------------------- /data/data4train.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/data/data4train.mat -------------------------------------------------------------------------------- /display/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/Readme -------------------------------------------------------------------------------- /display/data_aug.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/data_aug.mat -------------------------------------------------------------------------------- /display/x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x1.png -------------------------------------------------------------------------------- /display/x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x2.png -------------------------------------------------------------------------------- /display/x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x3.png -------------------------------------------------------------------------------- /display/x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x4.png -------------------------------------------------------------------------------- /display/x5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x5.png -------------------------------------------------------------------------------- /display/x6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x6.png -------------------------------------------------------------------------------- /display/x7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x7.png -------------------------------------------------------------------------------- /display/x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x8.png -------------------------------------------------------------------------------- /display/x9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/display/x9.png -------------------------------------------------------------------------------- /save/CNN.ckpt.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/save/CNN.ckpt.data-00000-of-00001 -------------------------------------------------------------------------------- /save/CNN.ckpt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/save/CNN.ckpt.index -------------------------------------------------------------------------------- /save/CNN.ckpt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/save/CNN.ckpt.meta -------------------------------------------------------------------------------- /save/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/save/checkpoint -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whyre788/GAN-1D/HEAD/train.py --------------------------------------------------------------------------------