Skip to content

Commit

Permalink
vnnlib files
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Mar 18, 2024
1 parent cfa086a commit 9cadb4b
Show file tree
Hide file tree
Showing 31 changed files with 94,323 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/nnv/examples/NN/medmnist/generate_vnnlib_files.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
%% All 2D datasets

datapath = "data/mat_files/";
datafiles = ["bloodmnist"; "breastmnist.mat"; "dermamnist.mat"; "octmnist.mat"; "organamnist.mat"; ...
"organcmnist.mat"; "organsmnist.mat"; "pathmnist.mat"; "pneumoniamnist"; "retinamnist.mat"; "tissuemnist.mat"];
% datafiles = ["bloodmnist"; "breastmnist.mat"; "dermamnist.mat"; "octmnist.mat"; "organamnist.mat"; ...
% "organcmnist.mat"; "organsmnist.mat"; "pathmnist.mat"; "pneumoniamnist.mat"; "retinamnist.mat"; "tissuemnist.mat"];
datafiles = "pneumoniamnist.mat";

N = 10; % number of vnnlib files to create
epsilon = [1,2,3]; % {epsilon} pixel color values for every channel
Expand Down
Loading

0 comments on commit 9cadb4b

Please sign in to comment.