Update of dynamic convolution module and multi-level attention module
Closed this issue · 1 comments
Hello, recently read the article of multi-level attention dynamic convolution based on EEG moving image decoding, may I ask if this article has open source code? I read your article and benefited a lot. I hope to combine your dynamic convolution module with your multi-level focus module. I would appreciate it if you have open source to learn. With all my best wishes
In our implementation of dynamic convolution, we used code from our previous work (ATCNet) and modified it to include multilevel attention and dynamic convolution blocks, replacing standard convolution blocks with dynamic ones. You can add these modifications to the original ATCNet model.
For the dynamic convolution, we adapted the implementation from this source: https://github.com/prstrive/CondConv-tensorflow. Please note that this implementation for dynamic convolution currently has some inefficiencies, and we need to refine it before making the code publicly available.