├── GAN.py ├── README.md ├── bias_plots.R ├── create_FID_stats.py ├── experiments.sh ├── fid.py ├── fid_new.py ├── fid_script.sh ├── preprocess_cat_dataset.py ├── pytorch_visualize.py └── setting_up_script.sh /GAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/GAN.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/README.md -------------------------------------------------------------------------------- /bias_plots.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/bias_plots.R -------------------------------------------------------------------------------- /create_FID_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/create_FID_stats.py -------------------------------------------------------------------------------- /experiments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/experiments.sh -------------------------------------------------------------------------------- /fid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/fid.py -------------------------------------------------------------------------------- /fid_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/fid_new.py -------------------------------------------------------------------------------- /fid_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/fid_script.sh -------------------------------------------------------------------------------- /preprocess_cat_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/preprocess_cat_dataset.py -------------------------------------------------------------------------------- /pytorch_visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/pytorch_visualize.py -------------------------------------------------------------------------------- /setting_up_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexiaJM/relativistic-f-divergences/HEAD/setting_up_script.sh --------------------------------------------------------------------------------