We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77741c commit 21acd50Copy full SHA for 21acd50
pythonFiles/tensorboard_launcher.py
@@ -7,10 +7,7 @@
7
8
def main(logdir):
9
os.environ["VSCODE_TENSORBOARD_LAUNCH"] = "1"
10
- tb = program.TensorBoard(
11
- default.get_plugins(),
12
- program.get_default_assets_zip_provider(),
13
- )
+ tb = program.TensorBoard()
14
tb.configure(bind_all=False, logdir=logdir)
15
url = tb.launch()
16
sys.stdout.write("TensorBoard started at %s\n" % (url))
0 commit comments