-
Notifications
You must be signed in to change notification settings - Fork 793
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
feat: Flax #3123
feat: Flax #3123
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3123 +/- ##
==========================================
- Coverage 30.92% 30.49% -0.43%
==========================================
Files 140 143 +3
Lines 11671 11834 +163
Branches 1929 1948 +19
==========================================
Hits 3609 3609
- Misses 7818 7981 +163
Partials 244 244
|
027efc0
to
bacf3e5
Compare
c6d8f71
to
a245c0b
Compare
a245c0b
to
897d158
Compare
938694c
to
3b406aa
Compare
c6fe02f
to
7e81709
Compare
7e81709
to
300959a
Compare
Hi @larme, PTAL. I'm intending to use this to build some of the example projects using Flax. |
ee90559
to
0286f49
Compare
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
(default to False) Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: aarnphm-ec2-dev <[email protected]>
Signed-off-by: aarnphm-ec2-dev <[email protected]>
Signed-off-by: aarnphm-ec2-dev <[email protected]>
b31dba4
to
e0bdda0
Compare
reverted changes: docs Signed-off-by: Aaron <[email protected]>
Signed-off-by: Aaron <[email protected]>
811b794
to
8155ba8
Compare
Signed-off-by: Aaron <[email protected]>
f23ccd8
to
5672420
Compare
Signed-off-by: Aaron <[email protected]>
I will follow up with a example PR for flax and frameworks docs afterward. |
Signed-off-by: Aaron <[email protected]>
Remind me to take a look at this tomorrow if Larme doesn't get a chance to. |
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.
👍LGTM
Let's add an equality test in a later PR
I have already added that. |
@@ -236,7 +236,7 @@ exclude = ''' | |||
''' | |||
|
|||
[tool.pytest.ini_options] | |||
addopts = ["-rfEX", "-pbentoml.testing.pytest.plugin"] |
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.
@aarnphm why was this in this PR anyway?
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.
Oh because the test in the examples will always running train everytime the test is running.
THe plugins should be for our internal test only.
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.
We can revert this back imo.
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.
Why should it be for our internal tests only?
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.
Given we have implemented as part of our library, it seems to me like it should be general-purpose?
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 will put up a PR to revert this.
This PR adds support for Flax.
I will add everything here and then cherry-pick out commits later.
Signed-off-by: Aaron Pham [email protected]