Skip to content

Commit

Permalink
that attention stuff doesn't even work :_(
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreddie committed Nov 8, 2017
1 parent 3fb3eec commit 1a63695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/attention.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ void validate_attention_single(char *datacfg, char *filename, char *weightfile)
float *pred = network_predict(net, tile.data);
axpy_cpu(classes, 1., pred, 1, avgs, 1);
show_image(tile, "tile");
cvWaitKey(10);
//cvWaitKey(10);
}
if(net->hierarchy) hierarchy_predictions(pred, net->outputs, net->hierarchy, 1, 1);

Expand Down

0 comments on commit 1a63695

Please sign in to comment.