Repository contains experiments considering Linear Distillation Learning, concepts of appliying idea of knowledge distillation in linear setup.
Repository is organized as follows
datafolder serving as default location for datasetsexperimentsconducted experiments in a free wayldllibrary with stable scripts and functionsnotebooksin-between jupyter notebooksresultsfolder for results dumping in .csv formatscriptssome stable scripts connected withldllibrarytestsminimal tests forscripts
ldl folder contains mini lib required to reproduce stable experiments. To install run
python setup.py install
For running tests:
python -m unittest tests/test_bidir_mnist.pypython -m unittest tests/test_omd_mnist.py
