Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usage.rst #170

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Core API

All methods implemented in tf-explain keep the same interface:

* a :code:`explain` method which outputs the explaination (for instance, a heatmap)
* a :code:`explain` method which outputs the explanation (for instance, a heatmap)
* a :code:`save` method compatible with its output

Usage of the core API should be the following:
Expand All @@ -40,7 +40,7 @@ All methods are kept inside :code:`tf_explain.core`.
Callbacks
*********

To use those methods during trainings and inspect evolutions over the epochs, each one of them
To use those methods during training and inspect evolutions over the epochs, each one of them
has its corresponding :code:`tf.keras.Callback`.

Callback usage is coherent with Keras Callbacks:
Expand Down