keras/integration_tests
Qianli Scott Zhu c24cf7394f Add unit/integration test for tf.distribute. (#105)
* Add unit/integration test for tf.distribute.

* Fix format

* Skip the test case for non-tf backend

* Fix typo

* Fix format and unit test context config.

* Address review comments.

* Add support for h5 weights loading.

* Fix test

* Add support for a -1 dimension in the `Reshape` operation. (#103)

The code to compute the output shape is now shared between the `Reshape` operation and the `Reshape` layer.

* Added ReLU activation layer (#104)

* added relu

* add relu

* added correctness test

* reformated

* updates based on review

* Fix docstring

* Added R2score (#106)

* Add meanX metrics

* All regression metrics except for root mean squared error

* Formatting issues

* Add RootMeanSquaredError

* Docstring spacing

* Line too long fix

* Add R2Score

* Docstring fixes

* Fix test

* Fix tests

* Adds RemoteMonitor Callback (#108)

* Add Remote Monitor Callback

* Add Remote Monitor Callback

* Add Remote Monitor Callback

* Add Remote Monitor

* Add wrapper layer.

* Add learning rate schedules (#102)

* Add learning rate schedules

* Some review comments

* Use fancy new serialization tests

* s/TensorFlow/backend in docstring

* Update docstrings

* More review comments

* Added LeakyReLU activation layer (#109)

* added LeakyReLu

* update docstring

* reformat

* update config

* updated test name

* Fix docstrings

* Fix init and update tests to import from correct path (#110)

---------

Co-authored-by: Francois Chollet <francois.chollet@gmail.com>
Co-authored-by: hertschuh <1091026+hertschuh@users.noreply.github.com>
Co-authored-by: divyasreepat <divyashreepathihalli@gmail.com>
Co-authored-by: Gabriel Rasskin <43894452+grasskin@users.noreply.github.com>
Co-authored-by: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com>
Co-authored-by: Ian Stenbit <3072903+ianstenbit@users.noreply.github.com>
2023-05-08 16:09:07 -07:00
..
distribute_test.py Add unit/integration test for tf.distribute. (#105) 2023-05-08 16:09:07 -07:00
model_visualization_test.py Change model plot edge style to ortho 2023-05-07 20:40:36 -07:00