Tagged articles

TensorBoard

5 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Mar 29, 2021 · Artificial Intelligence

Mastering PyTorch Visualization: TensorBoard and Visdom Guide

This tutorial explains how to install, launch, and use TensorBoard and Visdom with PyTorch, providing step‑by‑step commands, code examples for logging training metrics, and visualizing images and plots to monitor deep‑learning experiments.

PyTorchPythonTensorBoard
0 likes · 6 min read
Mastering PyTorch Visualization: TensorBoard and Visdom Guide
Qunar Tech Salon
Qunar Tech Salon
Mar 27, 2019 · Artificial Intelligence

Profiling TensorFlow Performance with TensorBoard and Timeline

This article explains how to use TensorBoard and the Timeline tool to monitor TensorFlow GPU utilization, identify operation bottlenecks, and visualize execution times, including code examples and steps for exporting and merging profiling data for repeated runs.

GPU monitoringTensorBoardTensorFlow
0 likes · 7 min read
Profiling TensorFlow Performance with TensorBoard and Timeline
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 26, 2018 · Artificial Intelligence

How Alibaba’s DeepInsight Platform Transforms Deep Learning Model Debugging

DeepInsight, Alibaba’s deep‑learning quality platform, centralizes training data, visualizes intermediate metrics, and offers advanced debugging tools—including a revamped TensorBoard+, TensorViewer log management, enhanced evaluation metrics, and research‑driven insights—helping engineers pinpoint model issues and accelerate optimization in complex AI workflows.

AIPlatformDataVisualizationDeepLearning
0 likes · 9 min read
How Alibaba’s DeepInsight Platform Transforms Deep Learning Model Debugging
ThinkingAgent
ThinkingAgent
Dec 27, 2017 · Artificial Intelligence

Advanced TensorBoard Visualization for MNIST Classification with TensorFlow

This tutorial walks through loading the MNIST dataset, building a softmax‑based neural network, defining cross‑entropy loss, applying a GradientDescentOptimizer, and using TensorBoard name scopes, scalar and histogram summaries to monitor training progress in TensorFlow.

MNISTNeural NetworkPython
0 likes · 7 min read
Advanced TensorBoard Visualization for MNIST Classification with TensorFlow