You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to CAV2021/ (supplementary data provided by authors).
59
+
Navigate to code\nnv\examples\Submission\CAV2021 (supplementary data provided by authors).
62
60
63
61
Execute the `reproduce_CAV2021.m`
64
62
@@ -110,11 +108,22 @@ Navigate to CAV2021/RelaxStarCompare
110
108
111
109
Execute the `mnist01_relax_star_area_vs_eran.m`
112
110
113
-
## 4 Memory Note ***
111
+
## 4 Memory and Other Notes ***
112
+
113
+
Since we run the analysis on multiple images in parallel, users may run into memory problem if their computers have less than 64 GB RAM. Most results will reproduce with 32 GB, but some may yield out of memory with less than 64 GB depending on system load.
114
+
115
+
For the classification robustness illustration of relaxed reachability, the comparison to ERAN is cached in the above files. It can be reproduced by following the instructions here:
Since we run the analysis on multiple images in parallel, users may run into memory problem if their computers have less than 64 GB RAM.
119
+
The segmentation network training is not included above, as this requires on the order of a few days of computation with GPUs for all networks, but the networks can be reproduced with the instructions here:
116
120
121
+
https://github.com/verivital/SemanticSegmentation
117
122
123
+
Many other examples are available, for classification robustness, neural network control systems, etc., details on running other examples can be found in the repository or directly through these CodeOcean capsules:
Unfortunately, CodeOcean only supports Matlab 2019a as its latest version, so we did not use it for this artifact evaluation package, as to support some of the segmentation network layer types (dilated/transposed convolution), Matlab 2020a or later is needed.
0 commit comments