CVPR Experiments

This commit is contained in:
Joseph Redmon
2015-11-03 19:23:17 -08:00
parent c40cdeb402
commit 8fd18add6e
27 changed files with 1426 additions and 491 deletions

View File

@ -15,6 +15,7 @@ typedef struct {
int n;
int batch;
int *seen;
float epoch;
int subdivisions;
float momentum;
float decay;