mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Some conv-lstm, sgdr and other fixes
This commit is contained in:
@ -211,6 +211,7 @@ struct layer {
|
||||
int peephole;
|
||||
int use_bin_output;
|
||||
int steps;
|
||||
int state_constrain;
|
||||
int hidden;
|
||||
int truth;
|
||||
float smooth;
|
||||
@ -551,6 +552,7 @@ typedef struct network {
|
||||
float learning_rate_min;
|
||||
float learning_rate_max;
|
||||
int batches_per_cycle;
|
||||
int batches_cycle_mult;
|
||||
float momentum;
|
||||
float decay;
|
||||
float gamma;
|
||||
|
Reference in New Issue
Block a user