Skip to content

Commit

Permalink
Merge pull request #315 from teabolt/keras-gradcam-img
Browse files Browse the repository at this point in the history
Explain predictions of Keras image classifiers (Grad-CAM)
  • Loading branch information
lopuhin authored Aug 5, 2019
2 parents 3ef216d + 0a4db99 commit 2497ec3
Show file tree
Hide file tree
Showing 59 changed files with 3,237 additions and 20 deletions.
3 changes: 3 additions & 0 deletions _ci/runtests_default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ py.test --doctest-modules \
--ignore eli5/xgboost.py \
--ignore eli5/lightgbm.py \
--ignore eli5/catboost.py \
--ignore eli5/keras \
--ignore eli5/formatters/image.py \
--ignore tests/utils_image.py \
--cov=eli5 --cov-report=html --cov-report=term "$@"
3 changes: 3 additions & 0 deletions _ci/runtests_nodeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ py.test --doctest-modules \
--ignore eli5/xgboost.py \
--ignore eli5/lightgbm.py \
--ignore eli5/catboost.py \
--ignore eli5/keras \
--ignore eli5/formatters/as_dataframe.py \
--ignore eli5/formatters/image.py \
--ignore tests/utils_image.py \
--cov=eli5 --cov-report=html --cov-report=term "$@"
Loading

0 comments on commit 2497ec3

Please sign in to comment.