mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fix
This commit is contained in:
@ -356,7 +356,7 @@ int resize_network(network *net, int w, int h)
|
||||
//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){
|
||||
|
Reference in New Issue
Block a user