LiQiufu / WaveCNet

the code for WaveCNet
123 stars 16 forks source link

feature maps #11

Open ldk-97 opened 1 year ago

ldk-97 commented 1 year ago

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!

LiQiufu commented 1 year ago

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

ldk-97 commented 1 year ago

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.

hyping111 commented 5 months ago

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?