From a3cf0fed59867898e3fe6619e12b0ca01286e372 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:10:26 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- workflow/python_pure/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow/python_pure/README.md b/workflow/python_pure/README.md index 2ca46b4..ca7d2b1 100644 --- a/workflow/python_pure/README.md +++ b/workflow/python_pure/README.md @@ -94,6 +94,8 @@ pip3 install numpy scipy pandas flake8 pep8-naming black matplotlib seaborn ipyt [Check here](https://pytorch.org/get-started/locally/#start-locally) for a installation configurator. +**Note: Even if you don't want to use TensorFlow, you want to install it too due to the tensorboard package.** Tensorboard allows to track the progress during learning. + #### CPU only ```shell