From 6de6381aa1b52f643a9a2df6e46f14f5e4000676 Mon Sep 17 00:00:00 2001 From: cirquit Date: Tue, 15 Aug 2023 15:41:57 -0400 Subject: [PATCH 1/3] Update tensorboard_profiler_tutorial.py Added Safari incompatibility to torch-tb-profiler documentation. --- intermediate_source/tensorboard_profiler_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/tensorboard_profiler_tutorial.py b/intermediate_source/tensorboard_profiler_tutorial.py index 2b241071b7..51fedfa5c8 100644 --- a/intermediate_source/tensorboard_profiler_tutorial.py +++ b/intermediate_source/tensorboard_profiler_tutorial.py @@ -174,7 +174,7 @@ def train(data): # ###################################################################### -# Open the TensorBoard profile URL in Google Chrome browser or Microsoft Edge browser. +# Open the TensorBoard profile URL in Google Chrome browser or Microsoft Edge browser (**Safari is not supported** [#30525](https://github.com/pytorch/pytorch/issues/30525)) # # .. code-block:: # From 5126cb84c82aaecfc6f58099347f3b21f2426fbd Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 10 Nov 2023 14:29:21 -0800 Subject: [PATCH 2/3] Update intermediate_source/tensorboard_profiler_tutorial.py --- intermediate_source/tensorboard_profiler_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/tensorboard_profiler_tutorial.py b/intermediate_source/tensorboard_profiler_tutorial.py index 51fedfa5c8..0bcb2f0267 100644 --- a/intermediate_source/tensorboard_profiler_tutorial.py +++ b/intermediate_source/tensorboard_profiler_tutorial.py @@ -174,7 +174,7 @@ def train(data): # ###################################################################### -# Open the TensorBoard profile URL in Google Chrome browser or Microsoft Edge browser (**Safari is not supported** [#30525](https://github.com/pytorch/pytorch/issues/30525)) +# Open the TensorBoard profile URL in Google Chrome browser or Microsoft Edge browser (**Safari is not supported**) # # .. code-block:: # From 7abc7a0a9ce971d93b2160dc14f6895c335d25c6 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 10 Nov 2023 15:59:10 -0800 Subject: [PATCH 3/3] Update intermediate_source/tensorboard_profiler_tutorial.py --- intermediate_source/tensorboard_profiler_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/tensorboard_profiler_tutorial.py b/intermediate_source/tensorboard_profiler_tutorial.py index 820f2a5358..e27c123f8e 100644 --- a/intermediate_source/tensorboard_profiler_tutorial.py +++ b/intermediate_source/tensorboard_profiler_tutorial.py @@ -178,7 +178,7 @@ def train(data): # ###################################################################### -# Open the TensorBoard profile URL in Google Chrome browser or Microsoft Edge browser (**Safari is not supported**) +# Open the TensorBoard profile URL in Google Chrome browser or Microsoft Edge browser (**Safari is not supported**). # # .. code-block:: #