├── CL_DM.py ├── LICENSE ├── docs ├── 10ipc.png ├── 10ipc_DSA.png ├── 1ipc.png ├── DM_large_settings.png ├── DSA.png ├── method.png ├── method_DM.png ├── method_DSA.png └── rendering_DSA.png ├── main.py ├── main_DM.py ├── networks.py ├── readme.md ├── requirements.txt └── utils.py /CL_DM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/CL_DM.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/LICENSE -------------------------------------------------------------------------------- /docs/10ipc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/10ipc.png -------------------------------------------------------------------------------- /docs/10ipc_DSA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/10ipc_DSA.png -------------------------------------------------------------------------------- /docs/1ipc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/1ipc.png -------------------------------------------------------------------------------- /docs/DM_large_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/DM_large_settings.png -------------------------------------------------------------------------------- /docs/DSA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/DSA.png -------------------------------------------------------------------------------- /docs/method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/method.png -------------------------------------------------------------------------------- /docs/method_DM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/method_DM.png -------------------------------------------------------------------------------- /docs/method_DSA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/method_DSA.png -------------------------------------------------------------------------------- /docs/rendering_DSA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/docs/rendering_DSA.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/main.py -------------------------------------------------------------------------------- /main_DM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/main_DM.py -------------------------------------------------------------------------------- /networks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/networks.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VICO-UoE/DatasetCondensation/HEAD/utils.py --------------------------------------------------------------------------------