-
Notifications
You must be signed in to change notification settings - Fork 615
fully-convolution layer settings #23
Copy link
Copy link
Closed
Labels
Description
hi,
why the transformed model, named deploy_fc.prototxt, set the 'deepid-conv' layer to be 'num_output :160 kernel_size : 1' ?
according to this, i think the kernel size in 'deepid-conv' layer should be 3. cause the output size of 'pool4' layer is 80x3x3 and the parameter size of 'deepid' layer is 160 * 720(115200), however parameter size in the 'deepid-conv' layer is 160 x 80 x 1 x 1 (12800 not equal to 115200)... any suggestions about this??
thx in advance.
Reactions are currently unavailable