xyw7 / pvector

3 stars 0 forks source link

Hi, how do we apply LayerCAM to our model? #2

Open liuxiaohu99 opened 1 year ago

liuxiaohu99 commented 1 year ago

Hi, how do we apply LayerCAM to our model?

xyw7 commented 1 year ago

According to the layercam code, the result of two-dimensional data is a one-dimensional representation. But from a visual point of view, the column can be regarded as a certain illusion of the frequency feature. So we modify the code and without summing over the column vectors, a two-dimensional visual representation is obtained.

liuxiaohu99 commented 1 year ago

Thank you for your attention. So you directly removed the 'summing over the column vectors' operation from the source code, right?

------------------ 原始邮件 ------------------ 发件人: "xyw7/pvector" @.>; 发送时间: 2023年7月18日(星期二) 上午10:12 @.>; @.**@.>; 主题: Re: [xyw7/pvector] Hi, how do we apply LayerCAM to our model? (Issue #2)

According to the layercam code, the result of two-dimensional data is a one-dimensional representation. But from a visual point of view, the column can be regarded as a certain illusion of the frequency feature. So we modify the code and without summing over the column vectors, a two-dimensional visual representation is obtained.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>