Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tensorboard数据如何查看 #11

Open
QianYing-LYG opened this issue May 26, 2024 · 1 comment
Open

tensorboard数据如何查看 #11

QianYing-LYG opened this issue May 26, 2024 · 1 comment

Comments

@QianYing-LYG
Copy link

请问tensorboard数据如何查看

@xiuqhou
Copy link
Owner

xiuqhou commented May 26, 2024

可以使用下面命令查看:

tensorboard --logdir <tensorboard日志保存的路径> --port <端口号>

例如:

tensorboard --logdir checkpoints/salience_detr_new_resnet50_1024/train/2024-03-15-14_41_27/tf_log

注意这里--logdir参数需要提供存放tensorboard日志的文件夹,而不需要指定到具体文件。如果不指定--port参数,默认会使用6006端口。如果这个端口被占用,可以指定别的端口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants