10 Matching Annotations
  1. Jan 2026
    1. The pre-trained teacher model provides soft labels that, together withthe ground truth labels, supervise the training of the student modeland improve student performance.

      核心思想

    Annotators

    1. owever, PI computation isresource-intensive, limiting its use in low-power devices [8].To alleviate the issues, we adopt knowledge distillation (KD),which is a promising method to generate a smaller model(student) by leveraging the learned knowledge of a largermodel (teacher) [9]. It has shown outstanding performancein the analysis of wearable sensor data [10], [11].

      promising方法 利用大模型学到的知识

    Annotators

  2. Mar 2023
  3. Feb 2023
    1. 与指针不同,引用确保指向某个特定类型的有效值。

      确保,引用指向的地方是不可变的,和c++里的引用类似。但是又不完全类似,它相当于一个不可改变指向位置的指针。

  4. Jan 2023