TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: OverBoard, Like TensorBoard but with Native Python GUI, for PyTorch

5 点作者 jotaf大约 6 年前

1 comment

jotaf大约 6 年前
Hi, I wasn&#x27;t very happy with the existing options for managing&#x2F;visualizing deep learning experiments, so (naturally) I rolled my own (and spent way too much time in the process).<p>Specifically, what I didn&#x27;t like was: 1) The strange ritual of launching a terminal command and being told to open my browser in a local port always struck me as a bit clunky. 2) I want to visualize tensors and do arbitrary plots as I go, with MatPlotLib. (TensorBoard specifically can be restrictive in the plot types.)<p>So here&#x27;s the result; a fully responsive app in PyQt. There&#x27;s a GIF showcasing most features after the link!