mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 21:46:57 +08:00
[CI] Dashboard+ Tensorboard Lint Hotfix (#8125)
This commit is contained in:
@@ -47,8 +47,8 @@ class TuneTensorBoard extends React.Component<
|
||||
<div className={classes.root}>
|
||||
{error === "TypeError: Failed to fetch" && (
|
||||
<Typography className={classes.warning} color="textSecondary">
|
||||
Warning: Tensorboard is currently not available. View Tensorboard
|
||||
by running "tensorboard --logdir" if not displaying below.
|
||||
Warning: Tensorboard is currently not available. View Tensorboard by
|
||||
running "tensorboard --logdir" if not displaying below.
|
||||
</Typography>
|
||||
)}
|
||||
<iframe
|
||||
|
||||
@@ -43,7 +43,6 @@ from ray.dashboard.metrics_exporter.client import MetricsExportClient
|
||||
try:
|
||||
from ray.tune.result import DEFAULT_RESULTS_DIR
|
||||
from ray.tune import Analysis
|
||||
from tensorboard import program
|
||||
except ImportError:
|
||||
Analysis = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user