Skip to content

Commit

Permalink
remove printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbesbes committed Oct 22, 2019
1 parent a8559da commit f2b83f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ def run(args, both_cases=False):

texts, labels, number_of_classes, sample_weights = load_data(args)

print(f'5 first comments : {texts[:5]}')

train_texts, val_texts, train_labels, val_labels, train_sample_weights, _ = train_test_split(texts,
labels,
sample_weights,
Expand Down

0 comments on commit f2b83f5

Please sign in to comment.