Skip to content

Commit

Permalink
Add ttach to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgil committed Apr 30, 2021
1 parent f11821a commit 42107f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Pillow==8.1.1
torch==1.7.1
torchvision==0.8.2
typing-extensions==3.7.4.3
ttach
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='grad-cam',
version='1.2.5',
version='1.2.6',
author='Jacob Gildenblat',
author_email='[email protected]',
description='Many Class Activation Map methods implemented in Pytorch. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM',
Expand Down

0 comments on commit 42107f3

Please sign in to comment.