├── DCGAN_VAE_pixel.py ├── LICENSE ├── README.md ├── aucroc.py ├── compute_LR.py ├── plt_hist.py ├── test_inputcomplexity.py ├── test_likelihood_ratio.py └── train_pixel.py /DCGAN_VAE_pixel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/DCGAN_VAE_pixel.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/README.md -------------------------------------------------------------------------------- /aucroc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/aucroc.py -------------------------------------------------------------------------------- /compute_LR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/compute_LR.py -------------------------------------------------------------------------------- /plt_hist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/plt_hist.py -------------------------------------------------------------------------------- /test_inputcomplexity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/test_inputcomplexity.py -------------------------------------------------------------------------------- /test_likelihood_ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/test_likelihood_ratio.py -------------------------------------------------------------------------------- /train_pixel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XavierXiao/Likelihood-Regret/HEAD/train_pixel.py --------------------------------------------------------------------------------