WaveCNet icon indicating copy to clipboard operation
WaveCNet copied to clipboard

the code for WaveCNet

Results 16 WaveCNet issues
Sort by recently updated
recently updated
newest added

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...

I am currently working on a project that requires the network weights for models like VGG, ResNet, etc., which I understand are available on Baidu Netdisk. However, it seems the...

I want to build a same environment of python to try this model

Hi I noticed in your paper that in WaveCnets, you mentioned replacing the conventional pooling layers with the DWTll layer. However, in the ResNet models, I observed that the average...

After running the code, the terminal shows "I AM HERE", and then there is no feedback. What is the problem? Looking forward to your reply!

Hello, I want to use DWTll denoising layer in an image classification CNN from [Adversarial Robustness Toolbox (ART)](https://github.com/Trusted-AI/adversarial-robustness-toolbox) classifiers to evaluate its robustness against different types of adversarial examples in...

Hello, I am studying this paper for a course project, and was trying to run the code. I wanted to download the weights for the network and went to baidu...

when I use this code in my own object,using the dwtlayer and dwtfunction, I met the problem"RuntimeError: Tensor for 'out' is on CPU, Tensor for argument #1 'self' is on...

Traceback (most recent call last): ... x1 = self.layer1(x) ... out += identity RuntimeError: The size of tensor a (16) must match the size of tensor b (64) at non-singleton...

Hello, It's very nice of you to share this code. I am very sorry because I can't find any code about dataset processing.I dowmload the ILSVRC2012 dataset and unzip the...