keras/keras_core/backend
Ian Stenbit d6bcc56001 First confusion metric (FalsePositives) (#30)
* Added confusion metrics -- still using TF ops

* Fixed structure + tests pass for TF (still need to port to multi-backend)

* Got rid of most tf deps, still a few more to go

* Full removal of TF. Tests pass for both Jax and TF

* Full removal of TF. Tests pass for both Jax and TF

* Formatting

* Formatting

* Review comments

* More review comments + formatting
2023-04-22 10:10:44 -06:00
..
common Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
jax First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
tensorflow First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
__init__.py Add numpy module in jax/ and tensorflow/ (#13) 2023-04-18 18:45:30 -07:00
config.py Add numpy module in jax/ and tensorflow/ (#13) 2023-04-18 18:45:30 -07:00
keras_tensor.py Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
stateless_scope_test.py Add fully operational JAX trainer. 2023-04-18 14:49:38 -07:00
stateless_scope.py Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00