-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Excluding AdamWeightDecayOptimizer internal variables from restoring #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Is your pre-trained model a TensorFlow model? |
Yes |
Nice, thanks for that! |
qwang70
pushed a commit
to DRL36/pytorch-pretrained-BERT
that referenced
this pull request
Mar 2, 2019
Excluding AdamWeightDecayOptimizer internal variables from restoring
Closed
stevezheng23
added a commit
to stevezheng23/transformers
that referenced
this pull request
Mar 24, 2020
* update kd qa in roberta modeling * fix issues for kd-quac runner * add adversarial training support for roberta question answering * add adversarial training support for roberta question answering (cont.) * add adversarial training support for roberta question answering (cont.)
2 tasks
amathews-amd
referenced
this pull request
in ROCm/transformers
Aug 6, 2021
…module hack to make roberta can run it ortmodule
rraminen
pushed a commit
to rraminen/transformers
that referenced
this pull request
Oct 27, 2022
…update_hf_training Removed hardcoded warmup steps.
jlamypoirier
added a commit
to jlamypoirier/transformers
that referenced
this pull request
Apr 4, 2023
jameshennessytempus
pushed a commit
to jameshennessytempus/transformers
that referenced
this pull request
Jun 1, 2023
1 task
ZYC-ModelCloud
pushed a commit
to ZYC-ModelCloud/transformers
that referenced
this pull request
Nov 14, 2024
Triton integration
ZYC-ModelCloud
pushed a commit
to ZYC-ModelCloud/transformers
that referenced
this pull request
Nov 14, 2024
* pkg depends update * remove fused attention/mlp * Remove triton v1 and cleanup unused fused files * cleanup unused args
ZYC-ModelCloud
pushed a commit
to ZYC-ModelCloud/transformers
that referenced
this pull request
Nov 14, 2024
* rename META_QUANTIZER_AUTOGPTQ to META_QUANTIZER_GTPQMODEL * fix typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried to use convert_tf_checkpoint_to_pytorch.py script to convert my pretrained model, but in order to do so, I had to make some minor tweaks. I thought I would share in case you find it useful.