Some changes

This commit is contained in:
Joseph Redmon
2015-11-26 11:48:01 -08:00
parent b394337824
commit 0305fb4d99
14 changed files with 397 additions and 89 deletions

View File

@ -51,6 +51,7 @@ float * get_network_delta_gpu_layer(network net, int i);
float *get_network_output_gpu(network net);
void forward_network_gpu(network net, network_state state);
void backward_network_gpu(network net, network_state state);
void update_network_gpu(network net);
#endif
float get_current_rate(network net);