Skip to content

Commit

Permalink
remove extra log of training stats
Browse files Browse the repository at this point in the history
Summary: This line is now a replicate of L686, oops.

Reviewed By: jiajunshen

Differential Revision: D21262263

fbshipit-source-id: 8df8903fc229d8c2b5a104b3030c6a08a55db4d8
  • Loading branch information
adamlerer authored and facebook-github-bot committed Apr 28, 2020
1 parent 2e7c663 commit 31e05a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchbiggraph/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ def train(self) -> None:
f"( {2 * num_eval_edges / eval_time / 1e6:.2g} M/sec ); "
f"io: {io_time:.2f} s for {io_bytes:,} bytes ( {io_bytes / io_time / 1e6:.2f} MB/sec )"
)
bucket_logger.info(f"{stats}")

self.model.clear_all_embeddings()

Expand Down

0 comments on commit 31e05a6

Please sign in to comment.