Skip to content

Commit

Permalink
chore: removed debugging console
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaespejo committed Apr 16, 2024
1 parent fc5dc17 commit 61fc311
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/rxn/onmt_models/scripts/rxn_onmt_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,7 @@ def main(
)

# Write config file
import ipdb
ipdb.set_trace()

train_cmd.save_to_config_cmd(config_file)
#import ipdb
#ipdb.set_trace()

# Actual training config file
command_and_args = train_cmd.execute_from_config_cmd(config_file)
Expand Down

0 comments on commit 61fc311

Please sign in to comment.