Gradient Docs
Gradient HomeHelp DeskCommunitySign up free
Gradient Next
Gradient Next
  • About Gradient
  • Get Started
    • Quick Start
      • Install the Gradient CLI
    • Core Concepts
    • Organizing Projects
      • Secrets
      • Storing an API key as a Secret
    • Tutorials
      • Gradient Notebooks Tutorial
      • Gradient Workflows Tutorial
      • Gradient Deployments Tutorial
    • FAQ
    • Common Errors
  • Gradient Platform
    • Gradient Notebooks
      • Runtimes
      • Files and storage
      • Machines
      • Terminal
      • Shortcuts
      • Sharing
      • TensorBoard
      • Run on Gradient
    • Gradient Workflows
      • Basic operations
      • Understanding Inputs & Outputs
      • Workflow Spec
      • Gradient Actions
      • Environment Variables
      • Using YAML for Data Science
    • Gradient Deployments
      • Basic operations
      • Deployment Spec
  • Artifacts
    • Container Management
      • Custom Containers
    • Data
      • Versioned Data
        • Public Datasets Repository
        • Storage Providers
      • Persistent Storage
    • Models
      • Managing Models
        • Model Types & Metadata
        • Public Models
    • Code
    • Metrics
      • Push Metrics
      • View & Query Metrics
  • Gradient Cluster
    • Overview
      • Setup
        • Managed Private Clusters
        • Self-Hosted Clusters
          • Pre-installation steps
          • Gradient Installer CLI
          • Terraform
            • Pre-installation steps
            • Install on AWS
            • Install on bare metal / VMs
            • Install on NVIDIA DGX
          • Let's Encrypt DNS Providers
          • Updating your cluster
      • Usage
  • More
    • SDK
      • Projects Client
      • Models Client
      • Deployments Client
      • Workflows Client
      • SDK Examples
      • Full SDK Reference
    • Machine Types
      • Machine Tiers
      • Free Machines (Free Tier)
    • Your Account
      • Teams
        • Creating a Team
        • Upgrading to a Team Plan
      • Hotkeys
      • Billing & Subscriptions
        • Storage Billing
      • Public Profiles
    • Release notes
    • Roadmap
Powered by GitBook
On this page
  • Introduction to TensorBoard
  • How to configure a TensorBoard in Gradient Notebooks
  1. Gradient Platform
  2. Gradient Notebooks

TensorBoard

This guide explains how to use TensorBoard within Gradient Notebooks

PreviousSharingNextRun on Gradient

Last updated 3 years ago

Introduction to TensorBoard

TensorBoard is a from TensorFlow. It is useful for a variety of applications including visualizing metrics and histograms, displaying images, and more.

Example TensorBoard

To get started with TensorBoard, we'll need to run a command in the terminal and then access a special URL.

How to configure a TensorBoard in Gradient Notebooks

To run TensorBoard in a notebook, first make sure that the notebook has TensorBoard installed.

tensorboard --logdir . --bind_all

If needed, the --logdir path may be changed to a different value.

The TensorBoard is now available at the following URL:

https://tensorboard-NOTEBOOKID.CLUSTERID.paperspacegradient.com

NOTEBOOKID may be found on the notebook list view in the Gradient console.

The default CLUSTERID value is clg07azjl. Private clusters will have a CLUSTERID on the clusters page.

Next, open a notebook and run the following command:

terminal
visualization toolkit