Skip to content

Commit

Permalink
updated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
awni committed Apr 4, 2017
1 parent 17f4bf6 commit 03cce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def load_all_data(data_path, val_frac):
will contain a list of pairs of raw ecg and the
corresponding label.
"""
label_file = os.path.join(data_path, "REFERENCE.csv")
label_file = os.path.join(data_path, "REFERENCE-v2.csv")
# Load record ids + labels
with open(label_file, 'r') as fid:
records = [l.strip().split(",") for l in fid]
Expand Down

0 comments on commit 03cce9f

Please sign in to comment.