Skip to content
Snippets Groups Projects
Commit a8b03876 authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

mv params

parent 6ca85094
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -261,7 +261,7 @@ def load_xai_importance(input_dir):
def main(dataset_name: str, attack_type: str):
"""Downloads the dataset to the output directory."""
params = {}
with open('parameters.json', 'r') as fin:
with open('experiments/scripts/parameters.json', 'r') as fin:
params = json.load(fin)
lang = params.get("lang", {})[dataset_name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment