keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 117 forks source link

Removes `tf.keras` from transposed conv test #782

Closed sampathweb closed 1 year ago

sampathweb commented 1 year ago

Removes tf.keras dependency from transposed conv test and replaces it with numpy expected results implementation.

sampathweb commented 1 year ago

LGTM, thank you. What are the tf.keras dependencies remaining at this time?

Its primarily in preprocessing tests. I plan to take on that next with ETA of early next week.