Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mldiego/nnv
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Mar 27, 2024
2 parents 7796be3 + 4e4e5e2 commit a798d40
Show file tree
Hide file tree
Showing 92 changed files with 1,356 additions and 94,334 deletions.
2 changes: 1 addition & 1 deletion code/nnv/engine/cora
Submodule cora updated 3789 files
2 changes: 1 addition & 1 deletion code/nnv/engine/set/VolumeStar.m
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
for i=1:obj.numChannel
volume(:, :, :, i) = obj.V(:, :, :, i, 1);
for j=2:obj.numPred + 1
volume(:, :, i) = volume(:, :, :, i) + pred_val(j-1) * obj.V(:, :, :, i, j);
volume(:, :, :, i) = volume(:, :, :, i) + pred_val(j-1) * obj.V(:, :, :, i, j);
end
end

Expand Down
11 changes: 0 additions & 11 deletions code/nnv/examples/NN/medmnist/data/convert_npz_to_mat.py

This file was deleted.

1 change: 0 additions & 1 deletion code/nnv/examples/NN/medmnist/data/notes.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a798d40

Please sign in to comment.