mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
updates and things
This commit is contained in:
@ -420,7 +420,7 @@ int resize_network(network *net, int w, int h)
|
||||
net->h = h;
|
||||
int inputs = 0;
|
||||
size_t workspace_size = 0;
|
||||
//fprintf(stderr, "Resizing to %d x %d...", w, h);
|
||||
//fprintf(stderr, "Resizing to %d x %d...\n", w, h);
|
||||
//fflush(stderr);
|
||||
for (i = 0; i < net->n; ++i){
|
||||
layer l = net->layers[i];
|
||||
|
Reference in New Issue
Block a user