Another one minor fix

pull/2095/head
AlexeyAB 7 years ago
parent cb998db949
commit 25f133d6ef
  1. 2
      src/convolutional_kernels.cu

@ -553,7 +553,7 @@ void backward_convolutional_layer_gpu(convolutional_layer l, network_state state
state.workspace, state.workspace,
l.workspace_size, l.workspace_size,
&one, &one,
l.dweightDesc, l.dweightDesc16,
l.weight_updates_gpu16); // l.weight_updates_gpu); l.weight_updates_gpu16); // l.weight_updates_gpu);
cuda_convert_f16_to_f32(l.weight_updates_gpu16, l.c*l.n*l.size*l.size, l.weight_updates_gpu); cuda_convert_f16_to_f32(l.weight_updates_gpu16, l.c*l.n*l.size*l.size, l.weight_updates_gpu);

Loading…
Cancel
Save