Skip to content

Commit

Permalink
Remove pdb line
Browse files Browse the repository at this point in the history
  • Loading branch information
tmills committed Sep 1, 2023
1 parent b569588 commit 29f099b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cnlpt/CnlpModelForClassification.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ def predict_relations_with_previous_logits(
:return: The augmented feature tensor
"""
seq_len = features.shape[1]
pdb.set_trace()
for prior_task_logits in logits:
if len(features.shape) == 4:
# relations - batch x len x len x dim
Expand Down

0 comments on commit 29f099b

Please sign in to comment.