sabretoothedhugs commited on
Commit
febf673
1 Parent(s): ce303a8

Update start_tensorboard.py

Browse files
Files changed (1) hide show
  1. start_tensorboard.py +1 -1
start_tensorboard.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  from subprocess import Popen
3
 
4
  # Define your desired log directory
5
- log_dir = "./"
6
 
7
  # Ensure the log directory exists
8
  if not os.path.exists(log_dir):
 
2
  from subprocess import Popen
3
 
4
  # Define your desired log directory
5
+ log_dir = "/data"
6
 
7
  # Ensure the log directory exists
8
  if not os.path.exists(log_dir):