mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fine tuning, use stopbackward=1 in the cfg-file in that layer where Backward should be stopped.
This commit is contained in:
@ -122,6 +122,8 @@ struct layer{
|
||||
int classfix;
|
||||
int absolute;
|
||||
|
||||
int onlyforward;
|
||||
int stopbackward;
|
||||
int dontload;
|
||||
int dontloadscales;
|
||||
|
||||
|
Reference in New Issue
Block a user