Skip to content

Commit

Permalink
Update Demo_Train_DnCNN_DAG.m
Browse files Browse the repository at this point in the history
  • Loading branch information
cszn authored Jan 13, 2018
1 parent 1accd24 commit 57df53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% Configuration
%-------------------------------------------------------------------------
opts.modelName = 'DnCNN'; % model name
opts.learningRate = [logspace(-3,-3,22) logspace(-4,-4,105)];% you can change the learning rate
opts.learningRate = [logspace(-3,-3,25) logspace(-4,-4,25)];% you can change the learning rate
opts.batchSize = 128; %
opts.gpus = [1];
opts.numSubBatches = 2;
Expand Down

0 comments on commit 57df53b

Please sign in to comment.