WaveCNet icon indicating copy to clipboard operation
WaveCNet copied to clipboard

feature maps

Open ldk-97 opened this issue 3 years ago • 3 comments

I would like to ask how to draw such beautiful feature maps of CNNs and WaveCNets as the article? Does the code to draw the feature maps exist in the main.py/calidate_save function? Looking forward to your reply, thanks!

ldk-97 avatar Nov 06 '22 06:11 ldk-97

I drew the pictures using python with matplotlib package. The data of feature maps could be generated by using hook functions in pytorch.

LiQiufu avatar Nov 08 '22 09:11 LiQiufu

I drew the pictures using python with matplotlib package. The data of feature maps could be generated by using hook functions in pytorch.

Many thanks!! I will try the hook function.

ldk-97 avatar Nov 09 '22 02:11 ldk-97

I drew the pictures using python with matplotlib package. The data of feature maps could be generated by using hook functions in pytorch.

Many thanks!! I will try the hook function.

Hello, have you reproduced the results in the paper?

hyping111 avatar Apr 10 '24 05:04 hyping111