Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 15, 2024
1 parent b84af90 commit 59600b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def train(train_file_path,

logging.info(f"Readin evaluation data form: {input_base_dir}/eval.csv")

eval_data = pd.read_csv(input_base_dir + "eval.csv")
eval_data = pd.read_csv(input_base_dir + "/eval.csv")

logging.warning("Seperating wrong and correct data...")
wrong_name = eval_data["wrong"]
Expand Down

0 comments on commit 59600b8

Please sign in to comment.