mirror of https://github.com/AlexeyAB/darknet.git
minor fix
This commit is contained in:
parent
be3985210e
commit
005513a9db
|
@ -1459,6 +1459,7 @@ void copy_weights_net(network net_train, network *net_map)
|
|||
}
|
||||
net_map->layers[k].batch = 1;
|
||||
net_map->layers[k].steps = 1;
|
||||
net_map->layers[k].train = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue