Add new frameworks (#213)

This commit is contained in:
pollfly
2022-03-28 12:15:48 +03:00
committed by GitHub
parent 27c6fe1970
commit 70f1486cae
2 changed files with 8 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ These sections are further broken down into sub-sections (General / Args / TF_De
## Command Line Parsing
ClearML captures any command line parameters passed when invoking code that uses standard python packages such as
argparse or [click](https://click.palletsprojects.com). This happens automatically with no additional code required beyond
argparse, [click](https://click.palletsprojects.com), or [Python Fire](https://github.com/google/python-fire). This happens automatically with no additional code required beyond
initializing ClearML.
### Argparse Example