Commit 02fe9a36 authored by Davis King's avatar Davis King

Removed unused variable

parent e6437d7d
......@@ -235,7 +235,6 @@ namespace dlib
// Note that output_tensor.k() should match the number of labels.
const float* out_data = output_tensor.host();
for (long i = 0; i < output_tensor.num_samples(); ++i)
{
// The index of the largest output for this sample is the label.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment