Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove optional comment in docstring for step (#482)
Summary: Pull Request resolved: #482 received this error: ``` [0]: > self.tb_logger.log("avg_test_auc", self.total_auc_sum / self.num_eval_steps) [0]:TypeError: TensorBoardLogger.log() missing 1 required positional argument: 'step' ``` Docstring says it is optional, but it is typed to be enforced. Removing `optional` from docstring Reviewed By: ananthsub Differential Revision: D47921178 fbshipit-source-id: a1c650d34ef23271daf34153825d62341c3be16f
- Loading branch information