Joseph Redmon
2016-10-24 91f95c715bff84094fc18bad6a8f938291b9b0f5
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;