increase24 / CMKD-MINDS

Official pytorch implementation of Cross Modality Knowledge Distillation between A-mode Ultrasound and Surface Electromyography.
13 stars 1 forks source link

what's the means of the function of train_Bi_stage1_epoch/train_Bi_stage1_epoch? #1

Open Openyoureyes-Li opened 1 year ago

Openyoureyes-Li commented 1 year ago

I‘m glad to read your work. However, I have some questiones as fllow: Firstly, in the named "trainer.py" file, what's the means of the function of train_Bi_stage1_epoch/train_Bi_stage1_epoch? Secondly, according to the design of CMKD framework loss function in your paper, I did not find its definition in the file named train.py If you can answer my questiones, I will appreciate you very much.

increase24 commented 1 year ago

Hi, Li It's used for training of BiTCN (https://link.springer.com/chapter/10.1007/978-981-33-4932-2_30). And it is deprecated in my repository.