We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在代码训练地方配置了ProfilerHook,具体配置信息如下 activity_with_cpu=True, activity_with_cuda=True,schedule=dict(wait=1,warmup=2,active=2),on_trace_ready=dict(type='tb_trace')
训练过程中也生成了对应的log文件,目录是tf_tracing_logs,下面的文件命名分别是 ${timestamp}.pt.trace.json
当我使用下面命令 tensorboard --logdir tf_tracing_logs 启动服务后,提示我 no dashboards are active for the current data set 。
想问下是哪里配置有问题吗
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📚 The doc issue
我在代码训练地方配置了ProfilerHook,具体配置信息如下
activity_with_cpu=True, activity_with_cuda=True,schedule=dict(wait=1,warmup=2,active=2),on_trace_ready=dict(type='tb_trace')
训练过程中也生成了对应的log文件,目录是tf_tracing_logs,下面的文件命名分别是
${timestamp}.pt.trace.json
当我使用下面命令
tensorboard --logdir tf_tracing_logs 启动服务后,提示我 no dashboards are active for the current data set 。
想问下是哪里配置有问题吗
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: