AlexeyAB
2017-10-18 8e7a51a4925977acde34daffe9ea1fcffd8aae47
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;
}