Skip to content

Commit f2b83f5

Browse files
committed
remove printing
1 parent a8559da commit f2b83f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

train.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ def run(args, both_cases=False):
208208

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

211-
print(f'5 first comments : {texts[:5]}')
212-
213211
train_texts, val_texts, train_labels, val_labels, train_sample_weights, _ = train_test_split(texts,
214212
labels,
215213
sample_weights,

0 commit comments

Comments
 (0)