Closed xuelunshen closed 5 years ago
Paper writed this sentence "we use a Local Response Normalization layer (LRN) as the output layer to produce unit descriptors."
So, I want to know is it definitly get a unit feature vector from the LRN ?
@Xylon-Sean for example in pytorch : nn.LocalResponseNorm(2self.dim_desc, alpha=2self.dim_desc, beta=0.5, k=0)
@yuruntian thank you, I trid these code and it produced the unit descriptors.
Paper writed this sentence "we use a Local Response Normalization layer (LRN) as the output layer to produce unit descriptors."
So, I want to know is it definitly get a unit feature vector from the LRN ?