FourierHeatmap
FourierHeatmap copied to clipboard
Unofficial pytorch implementation of Fourier Heat Map proposed in 'A Fourier Perspective on Model Robustness in Computer Vision' [Yin+, NeurIPS2019]
Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
hydra.errors.InstantiationException: Error locating target 'fhmap.factory.dataset.Cifar10DataModule'
@gatheluck Thanks for your contribution I have downloaded the resnet56 weights from [this link](https://github.com/akamaster/pytorch_resnet_cifar10?tab=readme-ov-file)., and the weight has been saved in the following folder: ``` FourierHeatmap ├── weights │ └──...
Hello, gatheluck! Thank you for your excellent work! However, when I perform the experiments, I encounter the **CUDA out of memory** bug. I observe that the memory gradually increases when...
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I tried to train ResNet18 from torchvision on CIFAR10 from scratch and with a 90+% accuracy, but when I evaluate the fourier heatmap of my model weight, I found that...
Hello, First off, thank you for the Fourier analysis implementation. Just have 2 questions: 1. For the below command, what exactly is going on with the [WEIGHT PATH] argument? Should...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.59.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...