Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
It/keras3 pytorch #396
It/keras3 pytorch #396
Changes from 33 commits
f23c402
d508b9f
559c9ab
d3cb209
c8e0ac8
313b988
681925e
0ff4546
6ec3c33
f4857e1
b32fab4
8bfa0d9
576340b
89339fa
01394af
22db8f4
64bde71
585e7da
2934f35
014b549
315dbc4
4590106
0ddb2e0
d4fed06
fe7b798
dcb315c
8e77b68
30b72f1
550a126
1de446c
f676f32
e4bd665
f578095
560909f
e6a887f
b1b285c
0fd0a5e
6b529dc
a283056
eeffd78
8de63bd
860942c
5f4882e
906f4d6
7e40ffc
933e5dd
ada5f77
546f223
0546a56
8eb5ee3
b995bb3
78d1588
663b69a
806f52b
a38257b
5a1f0a8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
alternatively:
Not sure if there is a good reason to use one or the other apart from consistency... I guess we save an import line if we use environment variables?
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 used the
keras
function here to catch people who set the backend in~/.keras/keras.json
. Now that I think about it, we should probably switch to using that in the__init__
as well.