Skip to content

Commit

Permalink
concepts: introduce the Craft method
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Boisnard <frederic.boisnard@irt-saintexupery.com>
  • Loading branch information
fredericboisnard committed Oct 9, 2023
1 parent 5bfb885 commit 3327cac
Show file tree
Hide file tree
Showing 5 changed files with 1,505 additions and 6 deletions.
19 changes: 13 additions & 6 deletions xplique/concepts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
"""
Concept based methods
"""

from .cav import Cav
from .tcav import Tcav
"""
Concept based methods
"""

from .cav import Cav
from .tcav import Tcav
from .craft import BaseCraft, DisplayImportancesOrder
from .craft_manager import BaseCraftManager
from .craft_tf import CraftTf, CraftManagerTf
try:
from .craft_torch import CraftTorch, CraftManagerTorch
except ImportError:
pass

0 comments on commit 3327cac

Please sign in to comment.