Update README with PythonFire automagic Args support list

This commit is contained in:
allegroai 2023-02-28 17:15:45 +02:00
parent fba1f4c9a6
commit 713956a96a

View File

@ -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