Tino Hager
2018-06-27 bff7644f31501fb8dd547e032e5ef6de67cf673e
src/cost_layer.c
@@ -31,7 +31,7 @@
cost_layer make_cost_layer(int batch, int inputs, COST_TYPE cost_type, float scale)
{
    fprintf(stderr, "Cost Layer: %d inputs\n", inputs);
    fprintf(stderr, "cost                                           %4d\n",  inputs);
    cost_layer l = {0};
    l.type = COST;