Alexey
2018-05-18 8b9af80a5b3bdb6ec17c4fa2cfa14ce4676ef1c3
src/rnn_layer.h
@@ -5,6 +5,7 @@
#include "activations.h"
#include "layer.h"
#include "network.h"
#define USET
layer make_rnn_layer(int batch, int inputs, int hidden, int outputs, int steps, ACTIVATION activation, int batch_normalize, int log);