Skip to content

Commit

Permalink
Docs: Better image classification tutorial
Browse files Browse the repository at this point in the history
- change the VGG tutorial to an image classification tutorial using
  VGG11 (with and without batch-norm) and ResNet18
- demonstrate Saliency Map and SmoothGrad first
- demonstrate EpsilonGammaBox and EpsilonPlusFlat
- demonstrate how to modify the stabilizer and epsilon of the built-in
  composites
- demonstrate different visualizations
- demonstrate how to modify the built-in composites using the
  rule-parameters and cooperative layer maps
- demonstrate a custom NameMapComposite
- demonstrate a custom LayerMapComposite
- add a ipynb-based table of contents for easier navigation and an
  overview
- change deprecated torchvision model argument `pretrained=False` to
  `weights=None` and `pretrained=True` to `weights='IMAGENET1K_V1'`
  • Loading branch information
chr5tphr committed Jul 20, 2022
1 parent 60537d8 commit 521718e
Show file tree
Hide file tree
Showing 3 changed files with 1,079 additions and 250 deletions.
Loading

0 comments on commit 521718e

Please sign in to comment.