question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What model is needed for regression_data in esm.pretrained.load_model_and_alphabet_local?

See original GitHub issue

Bug description Use esm.pretrained.load_model_and_alphabet_local( ‘esm1_t12_85M_UR50S.pt’), i need to load esm1_t12_85M_UR50S-contact-regression.pt, but in fact this is not provided.

Logs image

Output goes here

Additional context If you want to load the local esm model, besides the esm1_t12_85M_UR50S.pt you provided, do you need any regression model? What is the meaning of regression_data in your code esm.pretrained.load_model_and_alphabet_local .

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Mountain-Whitecommented, Aug 3, 2021

@Mountain-White esm-1v does not have contact-regression.pt because it is not optimal for that task (rather it is best for variant prediction). Does that answer your question?

thx ,the problem is solved.

0reactions
tomsercucommented, Aug 2, 2021

@Mountain-White esm-1v does not have contact-regression.pt because it is not optimal for that task (rather it is best for variant prediction). Does that answer your question?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when loading esm transformer · Issue #109 - GitHub
Hi Kevin, so on the original post: you're running into this torch.hub bug first, which is fine, it's what load_hub_workaround is for. But...
Read more >
Choosing the Correct Type of Regression Analysis
You can choose from many types of regression analysis. Learn which are appropriate for dependent variables that are continuous, categorical, and count data....
Read more >
Choose Regression Model Options - MATLAB & Simulink
In Regression Learner, automatically train a selection of models, or compare and tune options of linear ... The best model type depends on...
Read more >
How to Fine-Tune an NLP Regression Model with Transformers
In this post, we showed you how to use pre-trained models for regression problems. We used the Huggingface's transformers library to load the...
Read more >
Basic regression: Predict fuel efficiency | TensorFlow Core
Model to do this kind of transformation for you but that's beyond the scope of this tutorial. Check out the Classify structured data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found