write model description to tensorboard

This commit is contained in:
erogol 2020-03-17 13:23:25 +01:00
parent 2a15e39166
commit 141797b6ae
1 changed files with 2 additions and 3 deletions

View File

@ -692,7 +692,6 @@ if __name__ == '__main__':
os.chmod(AUDIO_PATH, 0o775)
os.chmod(OUT_PATH, 0o775)
if args.rank == 0:
LOG_DIR = OUT_PATH
tb_logger = Logger(LOG_DIR)