Go to file
Rick Chao 2a864258ae Initial commit of UpSampling1D layer. (#94)
* Initial commit of UpSampling1D layer

* Add __init__.py to fix the test problem.

* The test passes.

* Fix docs.

* Fix testing test.

* Add a TODO.

* Add more tests, and fix indents.
2023-05-08 15:54:11 -07:00
integration_tests Change model plot edge style to ortho 2023-05-07 20:40:36 -07:00
keras_core Initial commit of UpSampling1D layer. (#94) 2023-05-08 15:54:11 -07:00
shell Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
.gitignore Merge branch 'main' of github.com:keras-team/keras-core 2023-05-08 11:35:10 -07:00
demo_custom_jax_workflow.py Fix demo 2023-05-03 11:11:30 -07:00
demo_custom_layer_backend_agnostic.py Fix typos 2023-05-02 22:44:46 -07:00
demo_custom_tf_workflow.py Set demo program backend (#48) 2023-04-27 00:19:34 -05:00
demo_functional.py Fix typos 2023-05-02 22:44:46 -07:00
demo_subclass.py Adds adam optimizer 2023-04-21 22:01:17 +00:00
jax_integration_test.py Minor refactor of backend.random 2023-04-12 21:07:17 -07:00
jax_training_scratchpad.py re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
LICENSE Add license. 2023-04-09 13:00:24 -07:00
pyproject.toml Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
requirements.txt Adds RemoteMonitor Callback (#108) 2023-05-08 15:15:17 -05:00
setup.cfg re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
setup.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
tf_integration_test.py Minor refactor of backend.random 2023-04-12 21:07:17 -07:00