Skip to content

Commit

Permalink
don't remove validation list from config. It is still used by plots o…
Browse files Browse the repository at this point in the history
…f loss/CER
  • Loading branch information
rvankoert committed Aug 11, 2024
1 parent 67750f3 commit 39d1a2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/data/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ def __init__(self,
if self.config['train_list'] and self.config['validation_list']:
self.evaluation_list = self.config['validation_list']

# Remove the evaluation list from the validation list if we are not
# doing validation
if not self.config['do_validate']:
self.config['validation_list'] = ""

# Process the raw data and create file names, labels, sample weights,
# and tokenizer
logging.info("Processing raw data...")
Expand Down

0 comments on commit 39d1a2e

Please sign in to comment.