mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed for Linux: detection for batch > 1 and 0x0d at command line
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user