DeepID_FaceClassify
DeepID_FaceClassify copied to clipboard
locally shared weights in conv3 and conv4
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 the third and fourth convolutional layer' weights are locally shared is line 138-140 of deepid_class.py
@timemao , how did they shared the weights?