Skip to content
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

can just add squeeze_abode _layer in residual connection? #18

Open
tanjia123456 opened this issue Sep 8, 2021 · 1 comment
Open

can just add squeeze_abode _layer in residual connection? #18

tanjia123456 opened this issue Sep 8, 2021 · 1 comment

Comments

@tanjia123456
Copy link

So if I just want to put a layer in the residuum connection, squeeze_abode _layer ok?
`
if residual :
if a.shape[-1] != b.shape[-1]:
a = squeeze_abode _layer (a,class_number,ratio,layer_number)
b = b+a
else:
b = b+a

`
I am not sure how to set ratio and layer_number parameters

@tanjia123456
Copy link
Author

by the way, class_number=36 a.shape=(1,10242,512) b.shape=(1,10242,36)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant