Skip to content

Commit

Permalink
delete print statements from export
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowryduda committed Nov 29, 2017
1 parent 8281f38 commit cd3a3bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conceptnet5/vectors/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ def export_background(input_filename, output_dir, concepts_filename, language, t
big_frame = make_big_frame(frame, language)
small_frame = make_small_frame(big_frame, concepts_filename, language)
replacements = make_replacements_faster(small_frame, big_frame, tree_depth, language, verbose)
print('replacements: ', len(replacements))
print('labels: ', small_frame.shape)
save_replacements(path.join(output_dir, 'replacements.msgpack'.format(language)),
replacements)

Expand Down

0 comments on commit cd3a3bf

Please sign in to comment.