From e5e6e0dad51f01da79ddffd3196f2d73b3c660f8 Mon Sep 17 00:00:00 2001 From: jh-206 Date: Tue, 22 Oct 2024 16:39:00 -0600 Subject: [PATCH] Update rnn_train_versions.ipynb version iterate --- fmda/version_control/rnn_train_versions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmda/version_control/rnn_train_versions.ipynb b/fmda/version_control/rnn_train_versions.ipynb index c3f1854..fac894e 100644 --- a/fmda/version_control/rnn_train_versions.ipynb +++ b/fmda/version_control/rnn_train_versions.ipynb @@ -7,7 +7,7 @@ "source": [ "# Use to Check Reproducibility - v2.3 Code\n", "\n", - "Version 2.1 relies on conda environment built from yaml file `fmda/install/fmda_ml.yml`. This environment uses python version `>=3.12` tensorflow version `>=2.16`. This led to substantial changes from the old reproducibility for code v2.0, so those old reproducibility hashes are no longer supported.\n", + "Version 2.3 relies on conda environment built from yaml file `fmda/install/fmda_ml.yml`. This environment uses python version `>=3.12` tensorflow version `>=2.16`. This led to substantial changes from the old reproducibility for code v2.0, so those old reproducibility hashes are no longer supported.\n", "\n", "To see old code and reproduciblity results, see commits tagged with \"REPRODUCIBILITY RESET\"." ] -- 2.11.4.GIT