Skip to content
Snippets Groups Projects
Commit 45fa869f authored by valentin.emiya's avatar valentin.emiya
Browse files

minor fixes

parent 55e17e69
Branches
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ or ...@@ -20,6 +20,7 @@ or
Then activate the environment and install ``pyfaust``: Then activate the environment and install ``pyfaust``:
conda activate sigma_faust conda activate sigma_faust
pip install pyfaust pip install pyfaust
Download and extract 'sigma_faust' files, go to the source code root directory Download and extract 'sigma_faust' files, go to the source code root directory
...@@ -39,13 +40,12 @@ run the experiment and execute function `plot_random(N=256)` from ...@@ -39,13 +40,12 @@ 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 To reproduce the second experiment, the bottom plot of Figure 1 and Figure 2
(target matrix is composed of data from MNIST), (target matrix is composed of data from MNIST),
* download and locally extract the data from * download and locally extract the data from the `UCI
`https://archive.ics.uci .edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits` repository<https://archive.ics.uci
* run file `extract_matrices_from_datasets.py` after adapting path variable .edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits>`_
`root_dir` depending on the location of your data * 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`. * run file `exp_icassp_data_matrices.py`.
* execute function `plot_digits()` from * execute function `plot_digits()` from `sigma_faust.plot_icassp_results` module to display the results.
`sigma_faust.plot_icassp_results` module to display the results.
Bug report Bug report
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment