Fixed LSTM-layer

This commit is contained in:
AlexeyAB
2019-01-28 20:22:14 +03:00
parent 85b99872cb
commit 110b5240a4
14 changed files with 130 additions and 20 deletions

View File

@ -3,7 +3,7 @@
#include "network.h"
network parse_network_cfg(char *filename);
network parse_network_cfg_custom(char *filename, int batch);
network parse_network_cfg_custom(char *filename, int batch, int time_steps);
void save_network(network net, char *filename);
void save_weights(network net, char *filename);
void save_weights_upto(network net, char *filename, int cutoff);