-
Notifications
You must be signed in to change notification settings - Fork 74
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
Enzeptional No Unmasking model loaded. #236
Comments
@Allostelic thanks for reporting this. @yvesnana the main maintainer is currently on holiday, but we will look into it as soon as he is back the coming week. |
@Allostelic thank you for reporting this. I've looked into this and performed some tests on my end, and everything seems to be working correctly. However, to better understand and resolve the problem you're facing, I'd appreciate if you could provide me with a few more details: What operating system are you using (e.g., Windows, macOS, Linux)? and Can you please share the full traceback of the error message you're encountering? This will help me better understand the context of the issue. |
Thank you for your reply. In case you are wondering, the array optimisation could be executed as it was with feasibility. The errors are as follows. Some weights of EsmModel were not initialized from the model checkpoint at facebook/esm2_t33_650M_UR50D and are newly initialized: ['esm.pooler.dense.weight', 'esm.pooler.dense.bias']
|
@Allostelic The file now correctly handles the Kcat functionality and should run without the errors you previously encountered. Please feel free to try the updated example script and let me know if you encounter any further problems. |
I encountered an error while running the example_enzeptional.py script, which prevents the unmasking model from being loaded correctly. This issue seems to affect the optimization process, as the algorithm cannot effectively perform due to the missing model component.
The script fails to load the unmasking model and outputs the following error message:
ERROR:gt4sd.frameworks.enzeptional.processing: No Unmasking model loaded. Check your model inputs
It seems there might be a misconfiguration or path issue that prevents the unmasking model from being recognized by the system. Verifying the paths and configurations in the mutation_config might provide a solution.
The text was updated successfully, but these errors were encountered: