Fixed for Linux: detection for batch > 1 and 0x0d at command line

This commit is contained in:
AlexeyAB
2017-10-29 18:34:55 +03:00
parent b714004546
commit 84cdbaa1f1
4 changed files with 13 additions and 2 deletions

View File

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