AlexeyAB
2017-10-21 ae74d0ef31485f84e1856b4733135d2753dbb033
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;