Skip to content

Commit

Permalink
Change tf_logs to tb_logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolin Guo committed Mar 7, 2021
1 parent 0b1d1ba commit 16d1aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JUPYTERPORT="9000"
TENSORBOARDPORT="6006"

COMMANDTORUNJUPYTER="jupyter notebook --no-browser --ip=0.0.0.0 --allow-root --port=$JUPYTERPORT &"
COMMANDTORUNTENSORBOARD="tensorboard --logdir /${REPONAME}/tf_logs/ --port ${TENSORBOARDPORT} --host 0.0.0.0 >/dev/null 2>&1 &"
COMMANDTORUNTENSORBOARD="tensorboard --logdir /${REPONAME}/tb_logs/ --port ${TENSORBOARDPORT} --host 0.0.0.0 >/dev/null 2>&1 &"
COMMANDTOSTARTCONTAINER="docker start -ai ${CONTNAME}"

############################################################
Expand Down

0 comments on commit 16d1aae

Please sign in to comment.