idk just in case

This commit is contained in:
Joseph Redmon
2016-06-08 11:07:31 -07:00
parent 8a767f1066
commit 7520949d84
4 changed files with 8 additions and 4 deletions

View File

@ -176,7 +176,7 @@ void forward_detection_layer(const detection_layer l, network_state state)
}
}
if(1){
if(0){
float *costs = calloc(l.batch*locations*l.n, sizeof(float));
for (b = 0; b < l.batch; ++b) {
int index = b*l.inputs;