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

Train only an output model, freezing the representation model. #317

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2024

  1. Add options to freeze the representation model and reset the output

    weights when loading an already trained model for training.
    RaulPPelaez committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c952b01 View commit details
    Browse the repository at this point in the history
  2. Add the overwrite-representation option, which allows to ovewrite the

    representation model weights using a checkpoint.
    RaulPPelaez committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    160e3c4 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    RaulPPelaez committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f54adb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    142ea3e View commit details
    Browse the repository at this point in the history
  5. Fix

    RaulPPelaez committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    97b556b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix hparams

    RaulPPelaez committed May 21, 2024
    Configuration menu
    Copy the full SHA
    96c2920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9d267 View commit details
    Browse the repository at this point in the history
  3. store_true

    RaulPPelaez committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5c196ef View commit details
    Browse the repository at this point in the history
  4. store_true

    RaulPPelaez committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c650071 View commit details
    Browse the repository at this point in the history