Skip to content

Commit 7c799df

Browse files
authored
Update README.md
update required versions and toolboxes
1 parent c725b91 commit 7c799df

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ This toolbox makes use of the neural network model transformation tool ([nnmt](h
1111
nnv can be executed online without installing Matlab or other dependencies through [CodeOcean](https://www.codeocean.com) via the CodeOcean capsule DOI 10.24433/CO.1314285.v1: (https://doi.org/10.24433/CO.1314285.v1)
1212

1313
# installation:
14-
1) Install Matlab with at least the following toolboxes:
14+
1) Install Matlab (2020a or newer) with at least the following toolboxes:
15+
Computer Vision
1516
Control Systems
17+
Deep Learning
18+
Image Processing
1619
Optimization
1720
Parallel Processing
18-
Deep Learning
1921
System Identification
2022

2123
2) Clone or download the nnv toolbox from (https://github.com/verivital/nnv)
@@ -25,8 +27,10 @@ nnv can be executed online without installing Matlab or other dependencies throu
2527
git clone --recursive https://github.com/verivital/nnv.git
2628

2729
3) Open matlab, then go to the directory where nnv exists on your machine, then run the `install.m` script located at /nnv/
30+
31+
Note: if you restart Matlab, rerun either install.m or startup_nnv.m, which will add the necessary dependencies to the path; you alternatively can run savepath after installation to avoid this step after restarting Matlab, but this may require administrative privileges
2832

29-
4) To run verification for convolutional neural networks you may need additional packages installed
33+
4) To run verification for convolutional neural networks (CNNs) on VGG16/VGG19, you may need additional support packages installed:
3034

3135
4-1) https://www.mathworks.com/matlabcentral/fileexchange/61733-deep-learning-toolbox-model-for-vgg-16-network
3236

0 commit comments

Comments
 (0)