Joseph Redmon
2016-10-21 d8adaf8ea6a31a380f6bf1fe65e88b661d3bb51e
src/layer.h
@@ -3,6 +3,7 @@
#include "activations.h"
#include "stddef.h"
#include "tree.h"
struct network_state;
@@ -93,6 +94,8 @@
    int reorg;
    int log;
    tree *softmax_tree;
    float alpha;
    float beta;
    float kappa;