Joseph Redmon
2016-11-16 fc9b867dd9c9a6d38d7fe478217060e11b9e7e1b
src/parser.c
@@ -610,9 +610,10 @@
    n = n->next;
    int count = 0;
    free_section(s);
    fprintf(stderr, "layer     filters    size              input                output\n");
    while(n){
        params.index = count;
        fprintf(stderr, "%d: ", count);
        fprintf(stderr, "%5d ", count);
        s = (section *)n->val;
        options = s->options;
        layer l = {0};