mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
ADAM
This commit is contained in:
@ -37,6 +37,11 @@ typedef struct network{
|
||||
int num_steps;
|
||||
int burn_in;
|
||||
|
||||
int adam;
|
||||
float B1;
|
||||
float B2;
|
||||
float eps;
|
||||
|
||||
int inputs;
|
||||
int h, w, c;
|
||||
int max_crop;
|
||||
|
Reference in New Issue
Block a user