Commit Graph

11 Commits

Author SHA1 Message Date
Francois Chollet
8cc8ed3cd5 Minor simplifications 2023-05-14 14:17:39 -07:00
Francois Chollet
c56cafb218 Add README and update setup.py 2023-05-14 11:51:30 -07:00
Haifeng Jin
eed2e7af65 fix lint (#168)
Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com>
2023-05-14 18:41:50 +00:00
Francois Chollet
ecb5b64e1d Add package build system. 2023-05-13 20:17:03 -07:00
Francois Chollet
ac9aadc47a Clearing existing files 2023-04-07 00:00:00 +00:00
Francois Chollet
86e8daac7b Remove invalid tf1 export decorators from the Keras codebase, and fix bug related to symbol deduping in pip_build.py. Also add sanity check to prevent future similar issues.
PiperOrigin-RevId: 519843284
2023-03-27 15:20:08 -07:00
Francois Chollet
098832a01a Make build script compatible with Python < 3.9.
PiperOrigin-RevId: 519206113
2023-03-24 12:11:17 -07:00
Francois Chollet
b661c9f73d Fix Keras nightly build script.
PiperOrigin-RevId: 519188628
2023-03-24 11:04:09 -07:00
Francois Chollet
2dcab061e2 Add script to automate Keras release.
PiperOrigin-RevId: 512325363
2023-02-25 13:00:56 -08:00
Francois Chollet
09c2eaaf26 Allow benchmarks and tests namespaces in pip package.
PiperOrigin-RevId: 512157283
2023-02-24 14:00:41 -08:00
Francois Chollet
e2ce1cd802 Add script to build pip package that only shows the public API.
The actual logic lives in keras.src. The V2 API is also available in keras.api._v2.keras and the V1 API in keras.api._v1.keras.

PiperOrigin-RevId: 511550562
2023-02-22 11:28:35 -08:00