nateraw commited on
Commit
991a9cf
1 Parent(s): d77d01d

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -0
start_server.sh CHANGED
@@ -5,6 +5,7 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
  nohup bash ./main.sh &
7
 
 
8
  tensorboard --logdir=logs/44k --host 0.0.0.0 --port 7860
9
 
10
  # jupyter-lab \
 
5
 
6
  nohup bash ./main.sh &
7
 
8
+ export TF_CPP_MIN_LOG_LEVEL="2"
9
  tensorboard --logdir=logs/44k --host 0.0.0.0 --port 7860
10
 
11
  # jupyter-lab \