Skip to content

Commit

Permalink
remove pdb trace
Browse files Browse the repository at this point in the history
  • Loading branch information
dangitstam committed Jul 30, 2019
1 parent 5704a52 commit c108b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/preprocess_data.py
Expand Up @@ -103,7 +103,6 @@ def main():

# generate background frequency
print("generating background frequency...")
import ipdb; ipdb.set_trace()
bgfreq = dict(zip(count_vectorizer.get_feature_names(), (np.array(master.sum(0)) / args.vocab_size).squeeze()))

print("saving data...")
Expand Down

0 comments on commit c108b11

Please sign in to comment.