mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
lots of stuff
This commit is contained in:
@ -50,7 +50,7 @@ void forward_detection_layer(const detection_layer l, network_state state)
|
||||
int index = b*l.inputs;
|
||||
for (i = 0; i < locations; ++i) {
|
||||
int offset = i*l.classes;
|
||||
softmax_array(l.output + index + offset, l.classes,
|
||||
softmax_array(l.output + index + offset, l.classes, 1,
|
||||
l.output + index + offset);
|
||||
}
|
||||
int offset = locations*l.classes;
|
||||
|
Reference in New Issue
Block a user