We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf15d3 + 5317f9b commit 500d31fCopy full SHA for 500d31f
README.md
@@ -50,6 +50,7 @@ What I need from a ML configuration library...
50
- `JSON` is the only supported serialization format, although the others can be easily integrated.
51
- `List`type with multiple item type annotations are not supported. (e.g. `List[int, str]`).
52
- `dict` fields are parsed from console arguments as JSON str without type checking. (e.g `--val_dict '{"a":10, "b":100}'`).
53
+- `MISSING` fields cannot be avoided when parsing console arguments.
54
55
## 🔍 Examples
56
0 commit comments