Compute Rental
Ctrl K

Guide

TensorBoard

GuideIntegrationsFAQSupport
PricingBlog
Quick StartTop-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
PlatformJetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
Domestic ChipsUsing Huawei MindIEHuawei Ascend NPUMooreThread GPU
Environment SetupCUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
Enterprise FeaturesFlexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
Container InstancesJupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
Choosing a GPUGPU SelectionPerformance Testing
DataUpload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
Best PracticesFileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

Best Practices

TensorBoard

07/30/202688369 views

Default Opening Method

TensorBoard is pre-installed on WebCal instances. Simply save your TensorBoard event files to the /root/tf-logs/ directory (if you wish to use a different logs folder, see the section below on changing the directory), or copy event files saved to other locations to this directory, and then use TensorBoard.

After launching the instance, locate the AutoPanel access point:

image-20220401160510193

image-20220401160536804

Switch the TF logs directory

If you want to use a different logs directory, you can manually start another instance of TensorBoard:

首先结束默认启动的TensorBoard进程,执行命令:ps -ef | grep tensorboard | awk '{print $2}' | xargs kill -9
在终端中执行以下命令启动TensorBoard
$ tensorboard --port 6007 --logdir /path/to/your/tf-logs/direction

After startup, simply access TensorBoard again in AutoPanel.

Next articleReset the system
Compute Rental DocsBack to Guide