XudongLinthu / context-gated-convolution

Implementation for Context-Gated Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about GPU comsumption

NuckyJ opened this issue · comments

Hello, I find your job very creative and utilize it on my network. However, the GPU consumption enlarges four times as the former network when training. Have you ever encountered this problem and how can I address it? Thank you very much for your reply!

hello, can you solve this problem (too much GPU consumption)

Dear all,
Thanks for the question and sorry for the late reply. We did have similar GPU consumption issue on our side. We have identified the bottleneck to be using the unfold function and matmul to perform convolution. However, to over come this issue, it may require customized CUDA function. We don't have a plan for supporting this customized function yet.