Commit Graph

28 Commits

Author SHA1 Message Date
Jack Gallagher
a64da12397 add fori_loop op to all 3 backends (#462)
* add fori_loop op to all 3 backends

* bring fori_loop signatures in line, add tests

* add docstring for fori loop

* add shape inference test

* fix tf impl of fori_loop

* ignore .python-version

used by pyenv to set a per-directory python version / virtualenv / etc

* fix formatting

* add fori_loop function to numpy backend

* fmt
2023-07-21 10:32:06 -07:00
Francois Chollet
87f59638dd Minor torch fixes 2023-05-15 13:21:37 -07:00
Francois Chollet
9b8a54cae8 Merge branch 'main' of github.com:keras-team/keras-core 2023-05-08 11:35:10 -07:00
Francois Chollet
b7f73f3707 Add support for h5 weights loading. 2023-05-08 11:34:55 -07:00
Qianli Scott Zhu
f64f5ad8e3 Fix lint issue by remove the unused local var. (#101)
* WIP for the tf.distribute related tests.

* Add /build/ as one of the ignored directory.

It is popualted if we try to install the keras-core locally via
`pip install`.

* Remove the WIP distribute_test for now.

* Remove the unused local var to make lint happy.
2023-05-08 10:34:46 -07:00
Haifeng Jin
2563c7edb7 Add .vscode to .gitignore (#46)
* rm vscode settings

* add .vscode to gitignore
2023-04-26 20:54:48 -07:00
Francois Chollet
e73b067c8e Add .gitignore 2023-04-09 12:24:26 -07:00
Francois Chollet
ac9aadc47a Clearing existing files 2023-04-07 00:00:00 +00:00
Tyler Sheaffer
5513cf1e73 gitignore .DS_Store 2022-03-08 14:54:38 -10:00
Haifeng Jin
1b9f7e5da8 add .gitignore to filter the files shouldn't be included.
PiperOrigin-RevId: 383912483
2021-07-09 13:31:01 -07:00
Rick Chao
a1b22d1f69 SidecarEvaluator: Use fully qualified name in the example.
PiperOrigin-RevId: 383420584
2021-07-07 08:45:58 -07:00
Haifeng Jin
6e72b80a3f Update .gitignore 2021-07-06 20:47:51 -07:00
Haifeng Jin
588a89bb8a add patterns to .gitignore 2021-07-06 20:47:51 -07:00
Keras Team
4fd825ddf9 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
2020-12-07 14:33:04 -08:00
Francois Chollet
6d4ae48f2d Update gitignore 2018-11-30 20:44:06 -08:00
Francois Chollet
ca65b96508 Fix website and check in the custom mkdocs theme. 2018-11-30 20:43:05 -08:00
Ioannis Filippidis
946a3b3715 import pydot, improve error messages about pydot and GraphViz, bump to pydot >= 1.2.4 (#9904)
* REL: bump to `pydot >= 1.2.4` in `extras_require`

* MAI: import pydot (as required in `extras_require`)

* MAI: refine error messages for `pydot` and GraphViz

distinguish between absence of `pydot` and failure to find
the executables of GraphViz in the $PATH.

* DEV: ignore `.pytest_cache`
2018-04-11 13:55:14 -07:00
Andrew Hundt
de73eda89a .gitignore visual studio code IDE excluded (#7070) 2017-06-21 13:47:52 -07:00
Francois Chollet
e5a33862a3 Fix FAQ question 2017-03-20 22:18:31 +01:00
Francois Chollet
32cb83408a Update .gitignore 2017-01-17 17:41:50 -08:00
Micha Gorelick
40c48dd174 Run non-optimization updates on predict for stateful RNN's 2015-12-09 15:23:07 -05:00
olegsinyavskiy
6b7410dc11 few ignores 2015-12-05 13:35:37 -08:00
Amit Beka
38f7fb1efb git-ignore tags file
Signed-off-by: Amit Beka <amit.beka@gmail.com>
2015-07-26 13:01:46 +00:00
Xavier Snelgrove
76328bedd1 Merge remote-tracking branch 'origin/master' into mask_value 2015-06-22 14:45:48 -04:00
fchollet
384634d321 Update gitignore 2015-06-21 16:05:55 -07:00
Xavier Snelgrove
88b0c8e067 Added .swp files to the gitignore for Vim users 2015-06-18 16:58:34 -04:00
fchollet
824ceb9335 Update gitignore 2015-03-29 16:07:07 -07:00
Francois
37a1db2254 Add initial public version of Keras 2015-03-27 17:59:42 -07:00