mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added param train_only_bn=1 to train only Batch-normalization for this and previous layers
This commit is contained in:
@ -324,6 +324,7 @@ struct layer {
|
||||
|
||||
int onlyforward;
|
||||
int stopbackward;
|
||||
int train_only_bn;
|
||||
int dont_update;
|
||||
int burnin_update;
|
||||
int dontload;
|
||||
|
Reference in New Issue
Block a user