mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Bias updates bug fix
This commit is contained in:
@ -42,8 +42,6 @@ char *get_layer_string(LAYER_TYPE a)
|
||||
return "none";
|
||||
}
|
||||
|
||||
|
||||
|
||||
network make_network(int n, int batch)
|
||||
{
|
||||
network net;
|
||||
@ -61,7 +59,6 @@ network make_network(int n, int batch)
|
||||
return net;
|
||||
}
|
||||
|
||||
|
||||
void forward_network(network net, float *input, float *truth, int train)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user