CoolFace
Apppublic

Florii/Aesthetic_RVC

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
tensor-launch.py13 linesDownload Raw Back to fixes
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