diff --git a/docs/guides/frameworks/pytorch/pytorch_matplotlib.md b/docs/guides/frameworks/pytorch/pytorch_matplotlib.md index afc20955..0b0a8851 100644 --- a/docs/guides/frameworks/pytorch/pytorch_matplotlib.md +++ b/docs/guides/frameworks/pytorch/pytorch_matplotlib.md @@ -14,15 +14,18 @@ The example does the following: The images shown in the example script's `imshow` function appear according to metric in **DEBUG SAMPLES**. -![image](../../../img/examples_pytorch_matplotlib_02.png) +![Debug samples](../../../img/examples_pytorch_matplotlib_02.png#light-mode-only) +![Debug samples](../../../img/examples_pytorch_matplotlib_02_dark.png#dark-mode-only) Select a debug sample by metric. -![image](../../../img/examples_pytorch_matplotlib_02a.png) +![Debug sample selection](../../../img/examples_pytorch_matplotlib_02a.png#light-mode-only) +![Debug sample selection](../../../img/examples_pytorch_matplotlib_02a_dark.png#dark-mode-only) -Open the debug sample in the image viewer. +Click a debug simple ti view it in the image viewer. -![image](../../../img/examples_pytorch_matplotlib_02b.png) +![Debug sample image viewer](../../../img/examples_pytorch_matplotlib_02b.png#light-mode-only) +![Debug sample image viewer](../../../img/examples_pytorch_matplotlib_02b_dark.png#dark-mode-only) diff --git a/docs/img/examples_pytorch_matplotlib_02.png b/docs/img/examples_pytorch_matplotlib_02.png index 67ce4d54..69499a18 100644 Binary files a/docs/img/examples_pytorch_matplotlib_02.png and b/docs/img/examples_pytorch_matplotlib_02.png differ diff --git a/docs/img/examples_pytorch_matplotlib_02_dark.png b/docs/img/examples_pytorch_matplotlib_02_dark.png new file mode 100644 index 00000000..fd09a689 Binary files /dev/null and b/docs/img/examples_pytorch_matplotlib_02_dark.png differ diff --git a/docs/img/examples_pytorch_matplotlib_02a.png b/docs/img/examples_pytorch_matplotlib_02a.png index 888821a0..7c7c95f8 100644 Binary files a/docs/img/examples_pytorch_matplotlib_02a.png and b/docs/img/examples_pytorch_matplotlib_02a.png differ diff --git a/docs/img/examples_pytorch_matplotlib_02a_dark.png b/docs/img/examples_pytorch_matplotlib_02a_dark.png new file mode 100644 index 00000000..376a955f Binary files /dev/null and b/docs/img/examples_pytorch_matplotlib_02a_dark.png differ diff --git a/docs/img/examples_pytorch_matplotlib_02b.png b/docs/img/examples_pytorch_matplotlib_02b.png index bb195fab..4a60a3d7 100644 Binary files a/docs/img/examples_pytorch_matplotlib_02b.png and b/docs/img/examples_pytorch_matplotlib_02b.png differ diff --git a/docs/img/examples_pytorch_matplotlib_02b_dark.png b/docs/img/examples_pytorch_matplotlib_02b_dark.png new file mode 100644 index 00000000..fd0973c3 Binary files /dev/null and b/docs/img/examples_pytorch_matplotlib_02b_dark.png differ