mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added assisted_excitation_forward for training on CPU
This commit is contained in:
@ -278,6 +278,7 @@ struct layer {
|
||||
float focus;
|
||||
int classfix;
|
||||
int absolute;
|
||||
int assisted_excitation;
|
||||
|
||||
int onlyforward;
|
||||
int stopbackward;
|
||||
@ -580,6 +581,8 @@ typedef struct network {
|
||||
int time_steps;
|
||||
int step;
|
||||
int max_batches;
|
||||
int num_boxes;
|
||||
int train_images_num;
|
||||
float *seq_scales;
|
||||
float *scales;
|
||||
int *steps;
|
||||
|
Reference in New Issue
Block a user