mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
saving weight files as binaries, hell yeah
This commit is contained in:
@ -4,5 +4,7 @@
|
||||
|
||||
network parse_network_cfg(char *filename);
|
||||
void save_network(network net, char *filename);
|
||||
void save_weights(network net, char *filename);
|
||||
void load_weights(network *net, char *filename);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user