Skip to content

Commit

Permalink
ManifoldTensorBoardLearningLogger in Pearl Flow
Browse files Browse the repository at this point in the history
Summary: Adding Manifold Tensorboard logger in pearl flow

Reviewed By: rodrigodesalvobraz

Differential Revision: D65851061

fbshipit-source-id: ab220ac0ae8adae27fa298fdaf087802717ef91d
  • Loading branch information
Pavlos Athanasios Apostolopoulos authored and facebook-github-bot committed Nov 13, 2024
1 parent 18e67f2 commit 6b2d932
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class LearningLogger(Protocol):
prefix: A prefix to add to the logged results.
"""

def __init__(self) -> None:
pass

def __call__(self, results: Dict[str, Any], step: int, prefix: str = "") -> None:
pass

Expand Down

0 comments on commit 6b2d932

Please sign in to comment.