dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fixed im2col mistake >< face#palm
Joseph Redmon
2015-03-27
d7d7da2653ff4f79a275529b0ac3fec438880083
[~speedprog/mtg/mtg_card_detector.git]
/
src
/
params.h
1
2
3
4
5
6
7
8
9
10
11
#ifndef PARAMS_H
#define PARAMS_H
typedef struct {
float *truth;
float *input;
float *delta;
int train;
} network_state;
#endif