├── Readme.md ├── config.py ├── eval.py ├── freia_funcs.py ├── model.py ├── preprocess.py ├── requirements.txt ├── train_student.py ├── train_teacher.py ├── utils.py └── viz.py /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/Readme.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/config.py -------------------------------------------------------------------------------- /eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/eval.py -------------------------------------------------------------------------------- /freia_funcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/freia_funcs.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/model.py -------------------------------------------------------------------------------- /preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/preprocess.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/requirements.txt -------------------------------------------------------------------------------- /train_student.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/train_student.py -------------------------------------------------------------------------------- /train_teacher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/train_teacher.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/utils.py -------------------------------------------------------------------------------- /viz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marco-rudolph/AST/HEAD/viz.py --------------------------------------------------------------------------------