Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MogicianXD committed Mar 30, 2024
1 parent c77520c commit c32dbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmarks/MASTER/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse_args():
h = init_instance_by_config(h_conf)
h.to_pickle(h_path, dump_all=True)
print('Save preprocessed data to', h_path)
config["dataset"]["kwargs"]["handler"] = f"file://{h_path}"
config["task"]["dataset"]["kwargs"]["handler"] = f"file://{h_path}"
dataset = init_instance_by_config(config['task']["dataset"])

###################################
Expand Down

0 comments on commit c32dbc8

Please sign in to comment.