AlexeyAB
2018-05-06 c9b8bdee1886df5f83973d91c3597c28f99a9e0c
src/layer.c
@@ -83,6 +83,8 @@
   if (l.x_norm_gpu)              cuda_free(l.x_norm_gpu);
   if (l.weights_gpu)             cuda_free(l.weights_gpu);
   if (l.weight_updates_gpu)      cuda_free(l.weight_updates_gpu);
   if (l.weights_gpu16)           cuda_free(l.weights_gpu16);
   if (l.weight_updates_gpu16)    cuda_free(l.weight_updates_gpu16);
   if (l.biases_gpu)              cuda_free(l.biases_gpu);
   if (l.bias_updates_gpu)        cuda_free(l.bias_updates_gpu);
   if (l.scales_gpu)              cuda_free(l.scales_gpu);