mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
shortcut layers, msr networks
This commit is contained in:
11
src/params.h
11
src/params.h
@@ -1,12 +1 @@
|
||||
#ifndef PARAMS_H
|
||||
#define PARAMS_H
|
||||
|
||||
typedef struct {
|
||||
float *truth;
|
||||
float *input;
|
||||
float *delta;
|
||||
int train;
|
||||
} network_state;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user