From 66061af1aaa5b3bc447e22da6abac2a966653829 Mon Sep 17 00:00:00 2001 From: Alex Burlacu Date: Tue, 6 Jun 2023 15:16:15 +0300 Subject: [PATCH] Small fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabe681c..28bc2d61 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Instrumenting these components is the **ClearML-server**, see [Self-Hosting](htt * Full source control info including non-committed local changes * Execution environment (including specific packages & versions) * Hyper-parameters - * ArgParser/[Click](https://github.com/pallets/click/)/[PythonFire](https://github.com/google/python-fire) for command line parameters with currently used values + * [`argparse`](https://docs.python.org/3/library/argparse.html)/[Click](https://github.com/pallets/click/)/[PythonFire](https://github.com/google/python-fire) for command line parameters with currently used values * Explicit parameters dictionary * Tensorflow Defines (absl-py) * [Hydra](https://github.com/facebookresearch/hydra) configuration and overrides