mirror of
https://github.com/open-mmlab/mmrazor.git
synced 2025-06-03 15:02:54 +08:00
* 1.Add ZSKT algorithm with zskt_generator, at_loss. 2.Add teacher_detach in kl_divergence. * 1.Amend readme. 2.Revise UT bugs of test_graph and test_distill. * 1.Amend docstring of zskt_generator * 1.Add torch version judgment in test_distillation_loss. * 1.Revise defaults of batch_size to 1 in generators. 2.Revise mmcls.data to mmcls.structures * 1.Rename function "at" to "calc_attention_matrix".