We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I trained on a custom dataset using the train.py script and got a model saved.
But I am getting an error loading this checkpoint by following the example provided in this repo.
Can you please provide a simple code snippet to load this checkpoint and then use that to get embeddings and projections. Thanks
Loading the checkpoint throws unexpected keys in the state dict.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I trained on a custom dataset using the train.py script and got a model saved.
But I am getting an error loading this checkpoint by following the example provided in this repo.
Can you please provide a simple code snippet to load this checkpoint and then use that to get embeddings and projections. Thanks
Loading the checkpoint throws unexpected keys in the state dict.
The text was updated successfully, but these errors were encountered: