New features
This commit is contained in:
parent
9397934825
commit
d52bc702a2
3 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
# ----------------------------------------------------------------------- #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue