AlexeyAB
2017-08-07 b202eaee259572cf8b627a776a62ce9d59aa50a6
src/connected_layer.c
@@ -100,7 +100,7 @@
    }
#endif
    l.activation = activation;
    fprintf(stderr, "Connected Layer: %d inputs, %d outputs\n", inputs, outputs);
    fprintf(stderr, "connected                            %4d  ->  %4d\n", inputs, outputs);
    return l;
}