Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #582 from anuragphadke/master
Browse files Browse the repository at this point in the history
Classification example np.array performance bottleneck
  • Loading branch information
lukeyeager committed Feb 17, 2016
2 parents 1cb4de2 + 843848a commit 340e42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/classification/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def forward_pass(images, net, transformer, batch_size=None):
else:
caffe_images.append(image)

caffe_images = np.array(caffe_images)

dims = transformer.inputs['data'][1:]

scores = None
Expand Down

0 comments on commit 340e42d

Please sign in to comment.