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

Dev zhanglu #3649

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Dev zhanglu #3649

merged 2 commits into from
Aug 29, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    0f6656c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. To fix issue 3648

    Check whether the size of the embedding layer has been resized,
    rather than checking if the length of the tokenizer is equal to the size of the embedding layer.
    
    This is because the embedding layer of the model may be resized and padded to a multiple of 16,
    but the tokenizer may not be padded, which will cause the freezing layer to fail. However,
    at this time, the embedding layer will not be resized and freezing can still be performed.
    zhanglu0704 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c1de84a View commit details
    Browse the repository at this point in the history