happynear / AMSoftmax

A simple yet effective loss function for face verification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when set a mini-batch to model input the time of calculation won't decreade

robosina opened this issue · comments

Hi, first of all thanks to great job,
I compile your caffe and want to test per-trained weight so I put an image to model input's and it give me 512 float array in 0.4 second on 1080ti gpu(is this ok?) after that I want to set a mini-batch for model input but for 10 images it give me 3.6 second that just slightly faster than when we set one image.