-
Notifications
You must be signed in to change notification settings - Fork 97
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
Feature/jax abstract builder class #433
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this setup! Really cool work, thanks @arnupretorius 🔥 🔥 Just see my comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Difficult to review PRs with abstract classes but all seems in order and keen to see concrete implementations. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @arnupretorius , just some comments/clarifications!
What?
Abstract builder class for jax-based Mava systems.
Why?
To inform the builder for Jax systems through inheritance.
How?
Create class with the required functions, including building a data and parameter server, executor and trainer process.
Extra
@DriesSmit I decided to remove the evaluator as a separate build function since I think we can just use the executor and specify that it is an evaluator process using
executor_id="evaluator"
. Let me know what you think 🙂closes #429