-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question about Build_conv_block #1
Comments
Hi @Amazingren, please explain to me. Thank you so much. |
Hi @sonnguyen129 , Thanks for the interest in our work, also sorry for the late reply since we are hurried on another project. Best regards |
Hi @Amazingren |
Hi @Amazingren |
That's used to figure out which kind of normalization method will boot the performance of our method. And we found InstansNorm here is better than. But it depends, you can also modify them to do further exploration. |
I think it is possible to take F_s as a normal feature based on your task. The direct thing you need to do maybe is just to adjust give some small modifications to the first block, for example, change the channel numbers of the first convolutional layers. |
Hi @Amazingren |
When I read your code, I see this function
def build_conv_block(self, dim, padding_type, norm_layer, use_dropout, use_bias, cated_stream2=False, cal_att=False)
Can you explain two params
cated_stream2
andcal_att
? Thank you so much.The text was updated successfully, but these errors were encountered: