├── README.md ├── data ├── crn │ ├── loss_10 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ ├── loss_20 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ ├── loss_30 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ └── loss_5 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav ├── loss_speech │ ├── loss_10 │ │ ├── p232_001.wav │ │ ├── p232_002.wav │ │ ├── p232_003.wav │ │ ├── p232_005.wav │ │ ├── p232_006.wav │ │ ├── p232_007.wav │ │ ├── p232_009.wav │ │ ├── p232_010.wav │ │ ├── p232_011.wav │ │ └── p232_012.wav │ ├── loss_20 │ │ ├── p232_001.wav │ │ ├── p232_002.wav │ │ ├── p232_003.wav │ │ ├── p232_005.wav │ │ ├── p232_006.wav │ │ ├── p232_007.wav │ │ ├── p232_009.wav │ │ ├── p232_010.wav │ │ ├── p232_011.wav │ │ └── p232_012.wav │ ├── loss_30 │ │ ├── p232_001.wav │ │ ├── p232_002.wav │ │ ├── p232_003.wav │ │ ├── p232_005.wav │ │ ├── p232_006.wav │ │ ├── p232_007.wav │ │ ├── p232_009.wav │ │ ├── p232_010.wav │ │ ├── p232_011.wav │ │ └── p232_012.wav │ └── loss_5 │ │ ├── p232_001.wav │ │ ├── p232_002.wav │ │ ├── p232_003.wav │ │ ├── p232_005.wav │ │ ├── p232_006.wav │ │ ├── p232_007.wav │ │ ├── p232_009.wav │ │ ├── p232_010.wav │ │ ├── p232_011.wav │ │ └── p232_012.wav ├── segan │ ├── loss_10 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ ├── loss_20 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ ├── loss_30 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ └── loss_5 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav ├── tfgan │ ├── loss_10 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ ├── loss_20 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ ├── loss_30 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav │ └── loss_5 │ │ ├── test_audio_0.wav │ │ ├── test_audio_1.wav │ │ ├── test_audio_2.wav │ │ ├── test_audio_3.wav │ │ ├── test_audio_4.wav │ │ ├── test_audio_5.wav │ │ ├── test_audio_6.wav │ │ ├── test_audio_7.wav │ │ ├── test_audio_8.wav │ │ └── test_audio_9.wav └── waveunet │ ├── loss_10 │ ├── test_audio_0.wav │ ├── test_audio_1.wav │ ├── test_audio_2.wav │ ├── test_audio_3.wav │ ├── test_audio_4.wav │ ├── test_audio_5.wav │ ├── test_audio_6.wav │ ├── test_audio_7.wav │ ├── test_audio_8.wav │ └── test_audio_9.wav │ ├── loss_20 │ ├── test_audio_0.wav │ ├── test_audio_1.wav │ ├── test_audio_2.wav │ ├── test_audio_3.wav │ ├── test_audio_4.wav │ ├── test_audio_5.wav │ ├── test_audio_6.wav │ ├── test_audio_7.wav │ ├── test_audio_8.wav │ └── test_audio_9.wav │ ├── loss_30 │ ├── test_audio_0.wav │ ├── test_audio_1.wav │ ├── test_audio_2.wav │ ├── test_audio_3.wav │ ├── test_audio_4.wav │ ├── test_audio_5.wav │ ├── test_audio_6.wav │ ├── test_audio_7.wav │ ├── test_audio_8.wav │ └── test_audio_9.wav │ └── loss_5 │ ├── test_audio_0.wav │ ├── test_audio_1.wav │ ├── test_audio_2.wav │ ├── test_audio_3.wav │ ├── test_audio_4.wav │ ├── test_audio_5.wav │ ├── test_audio_6.wav │ ├── test_audio_7.wav │ ├── test_audio_8.wav │ └── test_audio_9.wav ├── datasets.py ├── models ├── CRN │ ├── __pycache__ │ │ ├── complexnn.cpython-37.pyc │ │ ├── conv_stft.cpython-37.pyc │ │ └── crn_PLC.cpython-37.pyc │ ├── complexnn.py │ ├── conv_stft.py │ ├── crn_PLC.py │ └── dccrn_PLC.py ├── DNN │ ├── conv_stft.py │ └── dnn.py ├── __pycache__ │ ├── origin_waveunet.cpython-37.pyc │ └── stft_loss.cpython-37.pyc ├── origin_waveunet.py ├── segan │ ├── discriminator.py │ └── generator.py ├── stft_loss.py └── tfgan │ ├── __pycache__ │ ├── complexnn.cpython-37.pyc │ ├── discriminator.cpython-37.pyc │ └── generator.cpython-37.pyc │ ├── complexnn.py │ ├── discriminator.py │ ├── generator.py │ └── generator_tcm.py ├── optimizsers.py └── trainer.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/README.md -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_0.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_1.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_2.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_3.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_4.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_5.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_6.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_7.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_8.wav -------------------------------------------------------------------------------- /data/crn/loss_10/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_10/test_audio_9.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_0.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_1.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_2.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_3.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_4.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_5.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_6.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_7.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_8.wav -------------------------------------------------------------------------------- /data/crn/loss_20/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_20/test_audio_9.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_0.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_1.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_2.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_3.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_4.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_5.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_6.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_7.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_8.wav -------------------------------------------------------------------------------- /data/crn/loss_30/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_30/test_audio_9.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_0.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_1.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_2.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_3.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_4.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_5.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_6.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_7.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_8.wav -------------------------------------------------------------------------------- /data/crn/loss_5/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/crn/loss_5/test_audio_9.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_001.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_002.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_003.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_005.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_006.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_006.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_007.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_007.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_009.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_009.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_010.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_010.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_011.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_011.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_10/p232_012.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_10/p232_012.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_001.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_002.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_003.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_005.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_006.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_006.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_007.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_007.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_009.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_009.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_010.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_010.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_011.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_011.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_20/p232_012.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_20/p232_012.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_001.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_002.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_003.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_005.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_006.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_006.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_007.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_007.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_009.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_009.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_010.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_010.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_011.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_011.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_30/p232_012.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_30/p232_012.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_001.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_002.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_003.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_005.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_006.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_006.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_007.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_007.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_009.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_009.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_010.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_010.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_011.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_011.wav -------------------------------------------------------------------------------- /data/loss_speech/loss_5/p232_012.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/loss_speech/loss_5/p232_012.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_0.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_1.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_2.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_3.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_4.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_5.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_6.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_7.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_8.wav -------------------------------------------------------------------------------- /data/segan/loss_10/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_10/test_audio_9.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_0.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_1.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_2.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_3.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_4.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_5.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_6.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_7.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_8.wav -------------------------------------------------------------------------------- /data/segan/loss_20/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_20/test_audio_9.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_0.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_1.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_2.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_3.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_4.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_5.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_6.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_7.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_8.wav -------------------------------------------------------------------------------- /data/segan/loss_30/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_30/test_audio_9.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_0.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_1.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_2.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_3.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_4.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_5.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_6.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_7.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_8.wav -------------------------------------------------------------------------------- /data/segan/loss_5/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/segan/loss_5/test_audio_9.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_0.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_1.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_2.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_3.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_4.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_5.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_6.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_7.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_8.wav -------------------------------------------------------------------------------- /data/tfgan/loss_10/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_10/test_audio_9.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_0.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_1.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_2.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_3.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_4.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_5.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_6.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_7.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_8.wav -------------------------------------------------------------------------------- /data/tfgan/loss_20/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_20/test_audio_9.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_0.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_1.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_2.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_3.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_4.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_5.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_6.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_7.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_8.wav -------------------------------------------------------------------------------- /data/tfgan/loss_30/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_30/test_audio_9.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_0.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_1.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_2.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_3.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_4.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_5.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_6.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_7.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_8.wav -------------------------------------------------------------------------------- /data/tfgan/loss_5/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/tfgan/loss_5/test_audio_9.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_0.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_1.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_2.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_3.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_4.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_5.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_6.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_7.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_8.wav -------------------------------------------------------------------------------- /data/waveunet/loss_10/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_10/test_audio_9.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_0.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_1.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_2.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_3.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_4.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_5.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_6.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_7.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_8.wav -------------------------------------------------------------------------------- /data/waveunet/loss_20/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_20/test_audio_9.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_0.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_1.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_2.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_3.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_4.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_5.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_6.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_7.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_8.wav -------------------------------------------------------------------------------- /data/waveunet/loss_30/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_30/test_audio_9.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_0.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_1.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_2.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_3.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_4.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_5.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_6.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_7.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_8.wav -------------------------------------------------------------------------------- /data/waveunet/loss_5/test_audio_9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/data/waveunet/loss_5/test_audio_9.wav -------------------------------------------------------------------------------- /datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/datasets.py -------------------------------------------------------------------------------- /models/CRN/__pycache__/complexnn.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/__pycache__/complexnn.cpython-37.pyc -------------------------------------------------------------------------------- /models/CRN/__pycache__/conv_stft.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/__pycache__/conv_stft.cpython-37.pyc -------------------------------------------------------------------------------- /models/CRN/__pycache__/crn_PLC.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/__pycache__/crn_PLC.cpython-37.pyc -------------------------------------------------------------------------------- /models/CRN/complexnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/complexnn.py -------------------------------------------------------------------------------- /models/CRN/conv_stft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/conv_stft.py -------------------------------------------------------------------------------- /models/CRN/crn_PLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/crn_PLC.py -------------------------------------------------------------------------------- /models/CRN/dccrn_PLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/CRN/dccrn_PLC.py -------------------------------------------------------------------------------- /models/DNN/conv_stft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/DNN/conv_stft.py -------------------------------------------------------------------------------- /models/DNN/dnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/DNN/dnn.py -------------------------------------------------------------------------------- /models/__pycache__/origin_waveunet.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/__pycache__/origin_waveunet.cpython-37.pyc -------------------------------------------------------------------------------- /models/__pycache__/stft_loss.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/__pycache__/stft_loss.cpython-37.pyc -------------------------------------------------------------------------------- /models/origin_waveunet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/origin_waveunet.py -------------------------------------------------------------------------------- /models/segan/discriminator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/segan/discriminator.py -------------------------------------------------------------------------------- /models/segan/generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/segan/generator.py -------------------------------------------------------------------------------- /models/stft_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/stft_loss.py -------------------------------------------------------------------------------- /models/tfgan/__pycache__/complexnn.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/__pycache__/complexnn.cpython-37.pyc -------------------------------------------------------------------------------- /models/tfgan/__pycache__/discriminator.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/__pycache__/discriminator.cpython-37.pyc -------------------------------------------------------------------------------- /models/tfgan/__pycache__/generator.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/__pycache__/generator.cpython-37.pyc -------------------------------------------------------------------------------- /models/tfgan/complexnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/complexnn.py -------------------------------------------------------------------------------- /models/tfgan/discriminator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/discriminator.py -------------------------------------------------------------------------------- /models/tfgan/generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/generator.py -------------------------------------------------------------------------------- /models/tfgan/generator_tcm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/models/tfgan/generator_tcm.py -------------------------------------------------------------------------------- /optimizsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/optimizsers.py -------------------------------------------------------------------------------- /trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Guanyuansheng/TFGAN-PLC/HEAD/trainer.py --------------------------------------------------------------------------------