Puneet Kohli
2018-05-06 cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1
src/shortcut_layer.c
@@ -38,8 +38,8 @@
void resize_shortcut_layer(layer *l, int w, int h)
{
   assert(l->w == l->out_w);
   assert(l->h == l->out_h);
   //assert(l->w == l->out_w);
   //assert(l->h == l->out_h);
   l->w = l->out_w = w;
   l->h = l->out_h = h;
   l->outputs = w*h*l->out_c;