From c115a8ca0e6441c18b51d4360fdf3acc945bbe8c Mon Sep 17 00:00:00 2001 From: Arkadij Kummer <43340666+ElArkk@users.noreply.github.com> Date: Mon, 21 Sep 2020 13:28:18 +0200 Subject: [PATCH] spelling fix --- jax_unirep/evotuning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jax_unirep/evotuning.py b/jax_unirep/evotuning.py index 1751deba..c84032b4 100644 --- a/jax_unirep/evotuning.py +++ b/jax_unirep/evotuning.py @@ -156,7 +156,7 @@ def fit( Instead sequences always get sampled at random, and one epoch approximately consists of `round(len(sequences) / batch_size)` weight updates. - Asymptotically, this should be approximately equiavlent + Asymptotically, this should be approximately equivalent to doing epoch passes over the dataset. To learn more about the passing of `params`,