Commit 159115d8 authored by Miquel Jubert Hermoso's avatar Miquel Jubert Hermoso Committed by Facebook GitHub Bot
Browse files

Move tensorboard_log_util to OSS pattern 2

Summary:
Pull Request resolved: https://github.com/facebookresearch/d2go/pull/257

WTTS

Reviewed By: wat3rBro

Differential Revision: D36438059

fbshipit-source-id: 010cfef86795dc65ed279124c1ed32206829fdaa
parent 29f4f8c1
...@@ -6,6 +6,9 @@ import logging ...@@ -6,6 +6,9 @@ import logging
import os import os
from functools import lru_cache from functools import lru_cache
from d2go.utils.oss_helper import fb_overwritable
@fb_overwritable()
def get_tensorboard_log_dir(output_dir): def get_tensorboard_log_dir(output_dir):
return output_dir return output_dir
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment