Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Jul 4, 2021
1 parent be39852 commit 005513a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network.c
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 005513a

Please sign in to comment.