These 3 commits are when the Protocol Buffers files have changed:
| Commit: | 6add81a | |
|---|---|---|
| Author: | A. Unique TensorFlower | |
| Committer: | sampathweb | |
No public description PiperOrigin-RevId: 563905885
The documentation is generated from this commit.
| Commit: | 7fc995e | |
|---|---|---|
| Author: | Scott Zhu | |
| Committer: | TensorFlower Gardener | |
Change the keras saved_model metadata to use the copied version data from keras. This is trying to isolate the dependency from keras to TF so that OSS keras could rely on the PIP package only (the proto build deps is not available from PIP). The version information is current populated with dummy data, and not being consumed by the Keras code. Remove the old field and replace with new version should have no impact for any existing saved saved_model binaries. PiperOrigin-RevId: 364339229
| Commit: | 4fd825d | |
|---|---|---|
| Author: | Keras Team | |
| Committer: | François Chollet | |
Initial commit for tensorflow/python/keras to Github project keras-team/keras. Currently the code is still under development/migration and it is NOT the source of truth. The code in tensorflow/tensorflow repository IS the source of truth for the moment. Please send any PR to that. We will send announcement for the formal switch when we finish all the migration/workflow work. We will add more documents and setup the developer workflow in the near future. PiperOrigin-RevId: 345532569