Skip to content

Commit

Permalink
tfx path is now in the test-tube dir
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jun 29, 2019
1 parent bff1e2d commit 3e38dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_tube/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ def __init__(
os.system(cmd)
print('Test tube created git tag:', 'tt_{}'.format(self.exp_hash))

# set the tensorboardx log path to the /tf folder in the exp folder
self.logdir = self.get_tensorboardx_path(self.name, self.version)

def argparse(self, argparser):
parsed = vars(argparser)
to_add = {}
Expand Down

0 comments on commit 3e38dca

Please sign in to comment.