Skip to content

Commit

Permalink
Update Train_cnn_multi.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xrb92 authored May 27, 2019
1 parent 93afe11 commit 0f6f162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Train_cnn_multi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1104,9 +1104,9 @@ int main(int argc,char**argv)
{
srand((unsigned) time(NULL));
int method = 1;
int n = 50;
int n_1 = 50;
int n_w = 50;
int n = 100;
int n_1 = 100;
int n_w = 100;
double rate = 0.001; //learning rate
double margin = 1; //loss margin
int i;
Expand Down

0 comments on commit 0f6f162

Please sign in to comment.