diff options
Diffstat (limited to 'misc/py-ml-collections/pkg-descr')
-rw-r--r-- | misc/py-ml-collections/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/py-ml-collections/pkg-descr b/misc/py-ml-collections/pkg-descr new file mode 100644 index 000000000000..7653b8068dbd --- /dev/null +++ b/misc/py-ml-collections/pkg-descr @@ -0,0 +1,8 @@ +ML Collections is a library of Python collections designed for ML usecases. + +ML Collections provides: +* ConfigDict: A 'dict' with additional functionality for easier management + of configuration dictionaries +* FrozenConfigDict: A configuration dictionary which is immutable +* FieldReference: A way to reference a field in a nested data structure +* lazy_imports: A mechanism to import modules when they are actually used |