mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
tree stuff
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user