From 713956a96af95549fa32179d4a75db2168f79639 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 28 Feb 2023 17:15:45 +0200 Subject: [PATCH] Update README with PythonFire automagic Args support list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a4855a9..0c5254f0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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/) for command line parameters with currently used values + * ArgParser/[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