如何在 vscode 中运行张量板?

编程入门 行业动态 更新时间:2024-10-10 21:28:01
本文介绍了如何在 vscode 中运行张量板?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

每当我尝试使用此命令在 Visual Studio 代码中的 jupyter notebook 中运行 tensorboard 时,我都会收到消息 Launching TensorBoard....但是,Tensorboard 从未启动.有时我也会收到错误消息.

Whenever I try to run tensorboard in a jupyter notebook within visual studio code with this command tensorbard --logdir=runs, I get the message Launching TensorBoard.... However, Tensorboard never launches. Sometimes I also get an error message.

关于如何在 vscode 中启动 tensorboard 的任何想法?

Any ideas on how to launch tensorboard within vscode?

我也尝试运行稍微优化的命令

I also tried running slightly optimized commands

%load_ext tensorboard
%tensorboard --logdir runs

但这只会永远显示消息Launching Tensorboard....

but this only shows the message Launching Tensorboard... eternally.

结果与

%reload_ext tensorboard
%tensorboard --logdir runs --host localhost --port 8888

是否有将张量板嵌入到单元输出中的张量板扩展?

Is there any tensorboard extension that embeds tensorboard into a cell output?

推荐答案

VS Code 和 Python 扩展现在在其最新版本中集成了 TensorBoard!

VS Code and the Python extension now has TensorBoard integrated in it in its latest release!

https://devblogs.microsoft/python/python-in-visual-studio-code-february-2021-release/

这篇关于如何在 vscode 中运行张量板?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-05-01 05:41:09,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1405421.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:张量   如何在   vscode

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!