Added param train_only_bn=1 to train only Batch-normalization for this and previous layers

This commit is contained in:
AlexeyAB
2020-04-17 19:06:15 +03:00
parent 342a8d1561
commit d4b2ed9d22
5 changed files with 57 additions and 13 deletions

View File

@ -324,6 +324,7 @@ struct layer {
int onlyforward;
int stopbackward;
int train_only_bn;
int dont_update;
int burnin_update;
int dontload;