Skip to content

Commit

Permalink
update summarize_results
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsevillamol committed Mar 19, 2019
1 parent 8b6369e commit 9424d8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/summarize_results.py
Expand Up @@ -39,9 +39,6 @@
# compile the info we need
input_type = config['Data']['Loading']['example_type']
tel_type = config['Data']['Loading']['selected_tel_type']

num_epochs = config['Training']['num_epochs']
num_training_steps_per_val = config['Training']['num_training_steps_per_validation']

auroc = float(re.findall(r"auc = [-+]?\d*\.*\d+", val_info)[0][6:])

Expand Down

0 comments on commit 9424d8a

Please sign in to comment.