Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timlautk authored Feb 7, 2018
1 parent b291f19 commit 407b953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bcd_dnn_mlp_cifar10_jinshan.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
% t = 0.1;

% niter = input('Number of iterations: ');
niter = 10;
niter = 50;
loss1 = zeros(niter,1);
loss2 = zeros(niter,1);
layer1 = zeros(niter,1);
Expand Down
2 changes: 1 addition & 1 deletion bcd_dnn_mlp_mnist_jinshan.m
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
% t = 0.1;

% niter = input('Number of iterations: ');
niter = 10;
niter = 50;
loss1 = zeros(niter,1);
loss2 = zeros(niter,1);
layer1 = zeros(niter,1);
Expand Down

0 comments on commit 407b953

Please sign in to comment.