ctheodoris
commited on
Commit
•
c4b1f94
1
Parent(s):
3a94209
Remove print statement from PR
Browse files
geneformer/in_silico_perturber.py
CHANGED
@@ -353,7 +353,6 @@ def quant_cos_sims(model,
|
|
353 |
|
354 |
if needs_pad_or_trunc == True:
|
355 |
max_len = min(max(minibatch_length_set),model_input_size)
|
356 |
-
print(max_len)
|
357 |
def pad_or_trunc_example(example):
|
358 |
example["input_ids"] = pad_or_truncate_encoding(example["input_ids"],
|
359 |
pad_token_id,
|
|
|
353 |
|
354 |
if needs_pad_or_trunc == True:
|
355 |
max_len = min(max(minibatch_length_set),model_input_size)
|
|
|
356 |
def pad_or_trunc_example(example):
|
357 |
example["input_ids"] = pad_or_truncate_encoding(example["input_ids"],
|
358 |
pad_token_id,
|