Skip to content

Commit

Permalink
Fix typo in metrics (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Apr 16, 2020
1 parent 4b84558 commit 735df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larq/metrics.py
Expand Up @@ -14,7 +14,7 @@
@utils.register_alias("flip_ratio")
@utils.register_keras_custom_object
class FlipRatio(tf.keras.metrics.Metric):
"""Computes the mean ration of changed values in a given tensor.
"""Computes the mean ratio of changed values in a given tensor.
!!! example
```python
Expand Down

0 comments on commit 735df5b

Please sign in to comment.