Skip to content

Commit

Permalink
Increased repeats to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperLH committed Jan 23, 2019
1 parent 92a8970 commit 6fec38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions eusipco/experiments_eusipco_knownD.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%% Setup problem and generate data
%snr_db = -5;
list_snrdb = [-10:2.5:10];
num_repeats = 5;
num_repeats = 10;
maxiter = 50;

N = 20:-1:16;
Expand Down Expand Up @@ -76,7 +76,6 @@
end
X_recon = constructTensorTrain(G_est);
X_recon = permute(X_recon, perm2org_idx);
% fprintf('Reconstruction error is %6.4f\n',norm(X(:)-X_recon(:),'fro')^2/norm(X(:),'fro')^2)

final_rrmse(i,j,snr) = norm(X(:)-X_recon(:),'fro')^2/norm(X(:),'fro')^2;
final_elbo(i,j,snr) = elbo(end);
Expand Down
2 changes: 1 addition & 1 deletion eusipco/experiments_eusipco_unknownD.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% Setup problem and generate data
%snr_db = -5;
list_snrdb = [-10:2.5:10];
num_repeats = 5;
num_repeats = 10;
maxiter = 50;

N = 20:-1:16;
Expand Down

0 comments on commit 6fec38a

Please sign in to comment.