From 735df5b881e7601854b4fd5456ff79ab78dda4ea Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Thu, 16 Apr 2020 14:54:06 +0100 Subject: [PATCH] Fix typo in metrics (#473) --- larq/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larq/metrics.py b/larq/metrics.py index 6db5a147..5d96d25c 100644 --- a/larq/metrics.py +++ b/larq/metrics.py @@ -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