I am wondering why would we need module_feat() within matching()? More specifically I did not find any reference from the original paper that says we need to apply a convolutional layer specifically for the level-2 features. Did I miss something here? Thanks!
I am wondering why would we need
module_feat()
withinmatching()
? More specifically I did not find any reference from the original paper that says we need to apply a convolutional layer specifically for the level-2 features. Did I miss something here? Thanks!