Activation improvement, more robust timer.

This commit is contained in:
AlexeyAB
2018-09-27 23:10:54 +03:00
parent e203ab9046
commit c0e2512af2
9 changed files with 166 additions and 21 deletions

View File

@ -866,10 +866,10 @@ void calculate_binary_weights(network net)
//if (l->size*l->size*l->c >= 2048) l->lda_align = 512;
binary_align_weights(l);
}
if(net.layers[j].use_bin_output) {
l->activation = LINEAR;
}
if (net.layers[j].use_bin_output) {
l->activation = LINEAR;
}
}
}