DeepID_FaceClassify icon indicating copy to clipboard operation
DeepID_FaceClassify copied to clipboard

locally shared weights in conv3 and conv4

Open liz6688 opened this issue 8 years ago • 2 comments

In the DeepID paper, the third and fourth convolutional layer' weights are locally shared. But, there seems no locally shared weights in your network structure. Do you know how to realize it in convolutional network?

liz6688 avatar Mar 14 '17 08:03 liz6688

@liz6688 the third and fourth convolutional layer' weights are locally shared is line 138-140 of deepid_class.py

timemao avatar Jun 21 '17 10:06 timemao

@timemao , how did they shared the weights?

ruoqianguo avatar May 14 '19 03:05 ruoqianguo