Skip to content

Commit

Permalink
Fix typo in README (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
abheesht17 authored Jul 11, 2023
1 parent 02872cb commit feee944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Keras Core is intended to work as a drop-in replacement for `tf.keras` (when usi
existing `tf.keras` code, change the `keras` imports to `keras_core`, make sure that your calls to `model.save()` are using
the up-to-date `.keras` format, and you're done.

If your `tf.keras` model does not include custom compoments, you can start running it on top of JAX or PyTorch immediately.
If your `tf.keras` model does not include custom components, you can start running it on top of JAX or PyTorch immediately.

If it does include custom components (e.g. custom layers or a custom `train_step()`), it is usually possible to convert it
to a backend-agnostic implementation in just a few minutes.
Expand Down

0 comments on commit feee944

Please sign in to comment.