YOLOv3!!!! WOOOO!!!!

This commit is contained in:
Joseph Redmon 2018-03-25 00:53:37 -07:00
commit d3828827e7
1 changed files with 0 additions and 3 deletions

View File

@ -260,9 +260,6 @@ void forward_detection_layer_gpu(const detection_layer l, network net)
return;
}
//float *in_cpu = calloc(l.batch*l.inputs, sizeof(float));
//float *truth_cpu = 0;
cuda_pull_array(net.input_gpu, net.input, l.batch*l.inputs);
forward_detection_layer(l, net);
cuda_push_array(l.output_gpu, l.output, l.batch*l.outputs);