Skip to content

Commit

Permalink
fix: removing spurious debug print statement (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 8, 2023
1 parent 0d94e04 commit 98e7443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cada_prio/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def write_graph_and_model(
logger.info("Saving embedding to %s...", path_out)
path_embeddings = os.path.join(path_out, "embedding")
logger.info("- %s", path_embeddings)
print(type(model.wv), model.wv)
model.wv.save_word2vec_format(path_embeddings)
path_model = os.path.join(path_out, "model")
logger.info("- %s", path_model)
Expand Down

0 comments on commit 98e7443

Please sign in to comment.