Skip to content

Commit

Permalink
Update announcement.md
Browse files Browse the repository at this point in the history
Suggest removing this question since it is no longer the case.
  • Loading branch information
haifeng-jin committed Aug 17, 2023
1 parent a42469e commit 679e871
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/keras_core/announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,6 @@ Generally speaking, we recommend using eager mode to debug your code,
then switching to compilation for any real training or inference run.
This workflow works the same in TensorFlow, JAX, and PyTorch.

### Q: Why does using Keras Core with PyTorch or JAX still requires TensorFlow?

Right now, we use `tf.nest` (a Python data structure processing utility)
extensively across the codebase, which requires the TensorFlow package.
In the near future, we intend to turn `tf.nest` into a standalone
package, so that you could use Keras Core without installing TensorFlow.

### Q: Can I use Keras Core components inside `tf.data` pipelines?

With the TensorFlow backend, Keras Core is fully compatible with `tf.data`
Expand Down

0 comments on commit 679e871

Please sign in to comment.