Skip to content

Commit d18392c

Browse files
author
Ander Corral
committed
Remove pdb traces
1 parent 705b94f commit d18392c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

onmt/train_single.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ def main(opt, fields, transforms_cls, checkpoint, device_id,
5858
"""Start training on `device_id`."""
5959
# NOTE: It's important that ``opt`` has been validated and updated
6060
# at this point.
61-
62-
#import pdb
63-
#pdb.set_trace()
6461
configure_process(opt, device_id)
6562
init_logger(opt.log_file)
6663

onmt/transforms/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from collections import defaultdict
88

99

10-
1110
@register_transform(name='filterfeats')
1211
class FilterFeatsTransform(Transform):
1312
"""Filter out examples with a mismatch between source and features."""

0 commit comments

Comments
 (0)