Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add connector components and FitNet #207

Merged
merged 6 commits into from
Jul 28, 2022

Commits on Jul 26, 2022

  1. Fix spelling mistakes

    wilxy committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6ee68fe View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. 1.Rename general connectors. 2.Replace nn.conv2 to build_conv_layer, …

    …replace nn.bn to build_norm_layer.
    wilxy committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1b17505 View commit details
    Browse the repository at this point in the history
  2. 1. Rename function init_parameters to init_weights in SingleConvConne…

    …ctor to realize automatically invocation.
    wilxy committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f226c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    a8fb03e View commit details
    Browse the repository at this point in the history
  2. 1.Move calculate_student_loss to distillation algorithm. 2.Move mmraz…

    …or.models.connector to mmrazor.models.architectures. 3.Merge stu_connectors and tea_connectors into connectors, and call connectors by their connector_name.
    wilxy committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    cbcd8a3 View commit details
    Browse the repository at this point in the history
  3. 1.Replace connector_name to connector in record_info. 2.Add assert th…

    …at each connector must be in connectors.
    zhangzhongyu.vendor committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d75d120 View commit details
    Browse the repository at this point in the history