Skip to content

Commit

Permalink
Extend fetch imagenet (#202)
Browse files Browse the repository at this point in the history
* Extend test_imagenet with variations of new categories

* Flake8 test_datasets.py

* Add imagenet to alibi/utils

* Use alibi.utils.imagenet in datasets

* Ignore imagenet utils in codecov

* Update info about categories

* Make imagenet mappings embedded json data

* Undo codecov change, link to data source from notebook

Co-authored-by: Janis Klaise <jk@seldon.io>
  • Loading branch information
daavoo and jklaise committed Mar 23, 2020
1 parent a803225 commit 5aec3ab
Show file tree
Hide file tree
Showing 6 changed files with 4,687 additions and 23 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include alibi/data/imagenet_class_names_to_id.json
include alibi/data/imagenet_class_names_to_label_idx.json

0 comments on commit 5aec3ab

Please sign in to comment.