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 90c4736 commit c38f4ecCopy full SHA for c38f4ec
tensorboard/plugins/core/core_plugin.py
@@ -376,6 +376,11 @@ def define_flags(self, parser):
376
377
See tensorboard/backend/event_processing/event_file_inspector.py for more info.\
378
''')
379
+
380
+ parser.add_argument(
381
+ '--version',
382
+ action='store_true',
383
+ help='Prints the version of Tensorboard')
384
385
parser.add_argument(
386
'--tag',
0 commit comments