src/network.c
@@ -356,7 +356,7 @@ //fflush(stderr); for (i = 0; i < net->n; ++i){ layer l = net->layers[i]; printf(" %d: layer = %d,", i, l.type); //printf(" %d: layer = %d,", i, l.type); if(l.type == CONVOLUTIONAL){ resize_convolutional_layer(&l, w, h); }else if(l.type == CROP){