Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Daily arc lint --take BLACK
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D29787247

fbshipit-source-id: 4417ab3678ff6c0341b7f3c419e353037d5be6cc
  • Loading branch information
CodemodService Bot authored and facebook-github-bot committed Jul 20, 2021
1 parent 918a864 commit 2005e82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytext/metrics/mask_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def print_metrics(self) -> None:
if self.size_4bit_model:
print(f"\n\nsize of 4bit model = {self.size_4bit_model} MB")
if self.current_model_parameter_size:
print(f"\n\nparameter size of current model = {self.current_model_parameter_size} MB")
print(
f"\n\nparameter size of current model = {self.current_model_parameter_size} MB"
)
if self.frame_accuracy:
print(f"\n\nFrame accuracy = {self.frame_accuracy * 100:.2f}")
if self.frame_accuracy_top_k:
Expand Down

0 comments on commit 2005e82

Please sign in to comment.