SAN icon indicating copy to clipboard operation
SAN copied to clipboard

Where is the mapping function as your paper said ?

Open Johnson-yue opened this issue 3 years ago • 0 comments

image image

But in the code https://github.com/hszhao/SAN/blob/d88b022fc3ec4920d4596f94983f0e5b1ced62c6/model/san.py#L39-L42

I think the self.conv_w is the mapping function but it is different from paper

code: BN -> R -> Conv -> BN -> R -> Conv paper: L -> R -> L

is the better performance by this code than paper format ?

Johnson-yue avatar Jun 10 '21 07:06 Johnson-yue