parser.h
Go to the documentation of this file.
00001 #ifndef PARSER_H
00002 #define PARSER_H
00003 #include "network.h"
00004 
00005 network parse_network_cfg(char *filename);
00006 void save_network(network net, char *filename);
00007 void save_weights(network net, char *filename);
00008 void save_weights_upto(network net, char *filename, int cutoff);
00009 void save_weights_double(network net, char *filename);
00010 void load_weights(network *net, char *filename);
00011 void load_weights_upto(network *net, char *filename, int cutoff);
00012 
00013 #endif


rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:30