minor fix

This commit is contained in:
AlexeyAB 2021-07-04 06:38:49 +03:00
parent be3985210e
commit 005513a9db
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}