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

guidelines to implement custom models #47

Open
MiqG opened this issue Sep 19, 2024 · 1 comment
Open

guidelines to implement custom models #47

MiqG opened this issue Sep 19, 2024 · 1 comment
Labels
enhancement New feature or request v1.1

Comments

@MiqG
Copy link

MiqG commented Sep 19, 2024

Hi, thanks for developing such a comprehensive tool for using sequence models.

I was wondering where I could find the set of methods I should include to be able to use your functions on a model that is still under development.

I understand you download your models from a weights and biases instance. But, what are the methods and naming conventions you had to include in the models such that can be run with your framework seamlessly?

Thanks very much in advance! This is a very helpful tool! Best,

Miquel

@avantikalal
Copy link
Collaborator

Hi @MiqG, currently it is not possible to use a custom model directly, but we are working to enable this and it will be added soon. Basically, the custom model class would have to inherit from our BaseModel class (https://github.com/Genentech/gReLU/blob/main/src/grelu/model/models.py#L24).

@avantikalal avantikalal added the enhancement New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1.1
Projects
None yet
Development

No branches or pull requests

2 participants