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

Support multiple ML models #2001

Open
Dor1s opened this issue Sep 1, 2020 · 2 comments
Open

Support multiple ML models #2001

Dor1s opened this issue Sep 1, 2020 · 2 comments
Assignees

Comments

@Dor1s
Copy link
Contributor

@Dor1s Dor1s commented Sep 1, 2020

Seems like we'll have at least two more models added, and one of them supports several different model types (rnn, gpt, vae, etc).

We need to think on how to schedule trainings for those. I don't want to introduce a new cron for every single type, but at the same time we can't afford training all of them at the same time -- or maybe we can? The models will be updated less often, but that's fine. And for the initial deployment we may temporarily create more GPU bots.

Similar problem on the generation side. This should be easier, as we can have multiple strategies instead of the single ML_RNN that we have right now.

@Dor1s
Copy link
Contributor Author

@Dor1s Dor1s commented Sep 30, 2020

@mbarbella-chromium Marty do you want to own this? Once GradientFuzz starts working, it might make sense to figure out a good solution for adding any new models in future.

@mbarbella-chromium mbarbella-chromium self-assigned this Sep 30, 2020
@mbarbella-chromium
Copy link
Collaborator

@mbarbella-chromium mbarbella-chromium commented Sep 30, 2020

Yeah, that makes sense to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.