From b11c917fcf1fba4f0bf322ef0bbedc7cec3d52e0 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Mon, 29 Nov 2021 12:42:00 +0100 Subject: [PATCH] minor fixes --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1f08b9e..0f3d75a 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,7 @@ run the experiment and execute function `plot_random(N=256)` from To reproduce the second experiment, the bottom plot of Figure 1 and Figure 2 (target matrix is composed of data from MNIST), -* download and locally extract the data from the `UCI -repository<https://archive.ics.uci -.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits>`_ +* download and locally extract the data from the `UCI repository <https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits>`_ * run file `extract_matrices_from_datasets.py` after adapting path variable `root_dir` depending on the location of your data * run file `exp_icassp_data_matrices.py`. * execute function `plot_digits()` from `sigma_faust.plot_icassp_results` module to display the results. -- GitLab