Florii/Aesthetic_RVC
0
1import time2from tensorboard import program3 4log_path = "logs"5 6if __name__ == "__main__":7 tb = program.TensorBoard()8 tb.configure(argv=[None, '--logdir', log_path])9 url = tb.launch()10 print(f'Tensorboard can be accessed at: {url}')11 12 while True:13 time.sleep(600) # Keep the main thread running