Skip to content

Commit

Permalink
another compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Mar 11, 2020
1 parent 374c769 commit 56bd298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C" {
#ifdef GPU
void forward_local_layer_gpu(local_layer layer, network_state state);
void backward_local_layer_gpu(local_layer layer, network_state state);
void update_local_layer_gpu(local_layer layer, int batch, float learning_rate, float momentum, float decay);
void update_local_layer_gpu(local_layer layer, int batch, float learning_rate, float momentum, float decay, float loss_scale);

void push_local_layer(local_layer layer);
void pull_local_layer(local_layer layer);
Expand Down

0 comments on commit 56bd298

Please sign in to comment.