-
Notifications
You must be signed in to change notification settings - Fork 39
Optimizing Algorithm #12
Copy link
Copy link
Open
Description
-
There is a total of 871 brands , 25000 brand images. So It takes a lot of time approx 10 minutes to compute cosine similarities(0.95 similarity threshold) for 10 - 12 input images. And for 1 input image, it also takes the same time.
-
Inception feature extractor with 25000 brand images, is not working due to memory error(on 16 GB RAM ). but it works on 12000 brand images.
-
VGG feature extractor works with 25000 brand images.
All experiments I have done on AWS c2.2xlarge with 16 GB RAM.
Question is that, How we can optimize or minimize computation cost
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels