diff --git a/docs/guides/advanced/execute_remotely.md b/docs/guides/advanced/execute_remotely.md index 9502deb1..171dffb4 100644 --- a/docs/guides/advanced/execute_remotely.md +++ b/docs/guides/advanced/execute_remotely.md @@ -57,24 +57,28 @@ Logger.current_logger().report_scalar( These scalars can be visualized in plots, which appear in the ClearML web UI, in the task's **SCALARS** tab. -![Task Scalars](../../img/examples_pytorch_mnist_07.png) +![Task Scalars](../../img/examples_pytorch_mnist_07.png#light-mode-only) +![Task Scalars](../../img/examples_pytorch_mnist_07_dark.png#dark-mode-only) ## Hyperparameters ClearML automatically logs command line options defined with `argparse`. They appear in **CONFIGURATION** **>** **HYPERPARAMETERS** **>** **Args**. -![Task hyperparameters](../../img/examples_pytorch_mnist_01.png) +![Task hyperparameters](../../img/examples_pytorch_mnist_01.png#light-mode-only) +![Task hyperparameters](../../img/examples_pytorch_mnist_01_dark.png#dark-mode-only) ## Console Text printed to the console for training progress, as well as all other console output, appear in **CONSOLE**. -![Task console log](../../img/examples_pytorch_mnist_06.png) +![Task console log](../../img/examples_pytorch_mnist_06.png#light-mode-only) +![Task console log](../../img/examples_pytorch_mnist_06_dark.png#dark-mode-only) ## Artifacts Models created by the task appear in the task's **ARTIFACTS** tab. ClearML automatically logs and tracks models and any snapshots created using PyTorch. -![Task artifacts](../../img/examples_remote_execution_artifacts.png) +![Task artifacts](../../img/examples_remote_execution_artifacts.png#light-mode-only) +![Task artifacts](../../img/examples_remote_execution_artifacts_dark.png#dark-mode-only) diff --git a/docs/img/examples_pytorch_mnist_01.png b/docs/img/examples_pytorch_mnist_01.png index 0021706c..4f0d77d0 100644 Binary files a/docs/img/examples_pytorch_mnist_01.png and b/docs/img/examples_pytorch_mnist_01.png differ diff --git a/docs/img/examples_pytorch_mnist_01_dark.png b/docs/img/examples_pytorch_mnist_01_dark.png new file mode 100644 index 00000000..01945497 Binary files /dev/null and b/docs/img/examples_pytorch_mnist_01_dark.png differ diff --git a/docs/img/examples_pytorch_mnist_06.png b/docs/img/examples_pytorch_mnist_06.png index a0929b8a..3a0b7005 100644 Binary files a/docs/img/examples_pytorch_mnist_06.png and b/docs/img/examples_pytorch_mnist_06.png differ diff --git a/docs/img/examples_pytorch_mnist_06_dark.png b/docs/img/examples_pytorch_mnist_06_dark.png new file mode 100644 index 00000000..f97525f1 Binary files /dev/null and b/docs/img/examples_pytorch_mnist_06_dark.png differ diff --git a/docs/img/examples_pytorch_mnist_07.png b/docs/img/examples_pytorch_mnist_07.png index 85a46d18..320e8faa 100644 Binary files a/docs/img/examples_pytorch_mnist_07.png and b/docs/img/examples_pytorch_mnist_07.png differ diff --git a/docs/img/examples_pytorch_mnist_07_dark.png b/docs/img/examples_pytorch_mnist_07_dark.png new file mode 100644 index 00000000..accc94fb Binary files /dev/null and b/docs/img/examples_pytorch_mnist_07_dark.png differ diff --git a/docs/img/examples_remote_execution_artifacts.png b/docs/img/examples_remote_execution_artifacts.png index ada633e4..d595bc9f 100644 Binary files a/docs/img/examples_remote_execution_artifacts.png and b/docs/img/examples_remote_execution_artifacts.png differ diff --git a/docs/img/examples_remote_execution_artifacts_dark.png b/docs/img/examples_remote_execution_artifacts_dark.png new file mode 100644 index 00000000..245d4102 Binary files /dev/null and b/docs/img/examples_remote_execution_artifacts_dark.png differ