-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incompatibility in code and article #12
Comments
Hi Maral, Thanks for your email. We are sorry that the paper is
inconsistent with the code.
However, there's no big difference between one convolution layer and two
layers.
Maral ***@***.***> 于2022年8月22日周一 23:32写道:
… In your article after concatenating Q and output of the transfer attention
layer, we see two convolution layers as illustrated in Fig 2
,however, In code you applied one Conv why do not match?
T=self.conv1[i](T)
—
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR75XN6RMROCRATB4A3M75LV2PWXRANCNFSM57JFIUOQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for the quick response and also amazing research. So the results of the articles are based on two convs ? |
All the results are obtained from our released code.
Maral ***@***.***> 于2022年8月23日周二 00:36写道:
… Thank you for the quick response and also amazing research. So the results
of the articles are based on two convs ?
??
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR75XN3IJKL45K7IJX34GE3V2P6FRANCNFSM57JFIUOQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your article after concatenating Q and output of the transfer attention layer, we see two convolution layers as illustrated in Fig 2
,however, In code you applied one Conv why do not they match?
T=self.conv1[i](T)
The text was updated successfully, but these errors were encountered: