Joseph Redmon
2016-09-20 c899cc19f4c366e99ed1aeae401c90c5497001fa
src/dropout_layer.h
@@ -1,8 +1,8 @@
#ifndef DROPOUT_LAYER_H
#define DROPOUT_LAYER_H
#include "params.h"
#include "layer.h"
#include "network.h"
typedef layer dropout_layer;