mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
not sure
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include "data.h"
|
||||
|
||||
typedef enum {
|
||||
CONSTANT, STEP, EXP, POLY, STEPS, SIG
|
||||
CONSTANT, STEP, EXP, POLY, STEPS, SIG, RANDOM
|
||||
} learning_rate_policy;
|
||||
|
||||
typedef struct network{
|
||||
|
Reference in New Issue
Block a user