New features

This commit is contained in:
araison 2022-12-27 11:25:30 +01:00
parent 9397934825
commit d52bc702a2
3 changed files with 16 additions and 4 deletions

View file

@ -70,6 +70,9 @@ def set_cfg(explaining_cfg):
# Set wether or not load the best model for given dataset or a path
explaining_cfg.model.ckpt = "best"
# Setting the path of models folder
explaining_cfg.model.path = "path"
# ----------------------------------------------------------------------- #
# Explainer options
# ----------------------------------------------------------------------- #