pkmr06 / pytorch-smoothgradView external linksLinks
SmoothGrad implementation in PyTorch
☆172Apr 4, 2021Updated 4 years ago
Alternatives and similar repositories for pytorch-smoothgrad
Users that are interested in pytorch-smoothgrad are comparing it to the libraries listed below
Sorting:
- Distributed Learning by Pair-Wise Averaging☆52Oct 31, 2017Updated 8 years ago
- PyTorch implementation of Interpretable Explanations of Black Boxes by Meaningful Perturbation☆338Nov 30, 2021Updated 4 years ago
- A PyTorch implementation of the paper Mixup: Beyond Empirical Risk Minimization in PyTorch☆124Jan 8, 2018Updated 8 years ago
- A plug-in replacement for DataLoader to load Imagenet disk-sequentially in PyTorch.☆239Aug 18, 2021Updated 4 years ago
- Implementation of Adversarial Variational Optimization in PyTorch☆43Aug 7, 2018Updated 7 years ago
- Decoupled Neural Interfaces using Synthetic Gradients for PyTorch☆239Jan 12, 2019Updated 7 years ago
- Pytorch implementation of "Forward Thinking: Building and Training Neural Networks One Layer at a Time"☆65Jun 14, 2017Updated 8 years ago
- A PyTorch Implementation of Single Shot Scale-invariant Face Detector.☆232Oct 28, 2019Updated 6 years ago
- Some extra features for pytorch.☆50Mar 13, 2017Updated 8 years ago
- Code for "On the Effects of Batch and Weight Normalization in Generative Adversarial Networks"☆181Jan 15, 2018Updated 8 years ago
- PyTorch C++ Extension Example☆15Mar 4, 2018Updated 7 years ago
- This repo contains most of outstanding papers on visual saliency (2013-2017).☆10Dec 6, 2017Updated 8 years ago
- PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)☆45Jan 17, 2018Updated 8 years ago
- PyTorch bindings for openai-gemm☆20Feb 6, 2017Updated 9 years ago
- [adversarial] examples and training cost☆19Jun 29, 2016Updated 9 years ago
- auto-tuning momentum SGD optimizer☆288Mar 24, 2019Updated 6 years ago
- Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).☆992Mar 20, 2024Updated last year
- Implementation of Visual Feature Attribution using Wasserstein GANs (VAGANs, https://arxiv.org/abs/1711.08998) in PyTorch☆93May 31, 2023Updated 2 years ago
- ☆219May 23, 2018Updated 7 years ago
- ☆44Sep 6, 2017Updated 8 years ago
- Scaleable input gradient regularization☆22Jul 8, 2019Updated 6 years ago
- Pytorch implementation of Hinton's Dynamic Routing Between Capsules☆630Apr 9, 2018Updated 7 years ago
- Write PyTorch code at the level of individual examples, then run it efficiently on minibatches.☆485Feb 12, 2022Updated 4 years ago
- Training Very Deep Neural Networks Without Skip-Connections☆588Jun 9, 2018Updated 7 years ago
- An implementation of RetinaNet in PyTorch.☆302Sep 15, 2018Updated 7 years ago
- Accelerated Deep Learning with PyTorch at Jupyter Day Atlanta II☆126Apr 5, 2018Updated 7 years ago
- Support powerful visual logging in PyTorch.☆104Aug 18, 2017Updated 8 years ago
- PyTorch code for the "Deep Neural Networks with Box Convolutions" paper☆510Jan 20, 2020Updated 6 years ago
- Probabilistic Torch is library for deep generative models that extends PyTorch☆894May 12, 2024Updated last year
- Deep reinforcement learning package for torch7☆16Sep 17, 2016Updated 9 years ago
- An experimental technique for efficiently exploring neural architectures.☆492Aug 19, 2017Updated 8 years ago
- DNI(Decoupled Neural Interfaces using Synthetic Gradients) implementation with Torch☆29Aug 30, 2016Updated 9 years ago
- Implementation of soft parameter sharing for neural networks☆69Dec 15, 2020Updated 5 years ago
- for learning reinforcement learning using PyTorch.☆64Oct 2, 2019Updated 6 years ago
- Tools for PyTorch☆223Aug 10, 2022Updated 3 years ago
- Implementation of AlphaZero in PyTorch.☆10Apr 19, 2019Updated 6 years ago
- an example of a CUDA extension for PyTorch using CuPy which computes the Hadamard product of two tensors☆119May 26, 2025Updated 8 months ago
- random pytorch hacks