tree stuff

This commit is contained in:
Joseph Redmon
2016-10-21 13:16:43 -07:00
parent ae53edc6a4
commit d8adaf8ea6
17 changed files with 287 additions and 127 deletions

View File

@ -3,6 +3,7 @@
#include "activations.h"
#include "stddef.h"
#include "tree.h"
struct network_state;
@ -93,6 +94,8 @@ struct layer{
int reorg;
int log;
tree *softmax_tree;
float alpha;
float beta;
float kappa;