[ bianca ]
[ Paquet source : python-ml-collections ]
Paquet : python3-ml-collections (1.1.0-1)
Liens pour python3-ml-collections
Télécharger le paquet source python-ml-collections :
- [python-ml-collections_1.1.0-1.debian.tar.xz]
- [python-ml-collections_1.1.0-1.dsc]
- [python-ml-collections_1.1.0.orig.tar.gz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
collections designed for ML usecases
The package provices two classes called ConfigDict and FrozenConfigDict that are "dict-like" data structures with dot access to nested elements. Together, they are supposed to be used as a main way of expressing configurations of experiments and models.
Features:
* Dot-based access to fields. * Locking mechanism to prevent spelling mistakes. * Lazy computation. * FrozenConfigDict() class which is immutable and hashable. * Type safety. * "Did you mean" functionality. * Human readable printing (with valid references and cycles), using valid YAML format. * Fields can be passed as keyword arguments using the ** operator.
There are two exceptions to the strong type-safety of the ConfigDict. int values can be passed in to fields of type float. In such a case, the value is type-converted to a float before being stored. Similarly, all string types (including Unicode strings) can be stored in fields of type str or unicode.
Autres paquets associés à python3-ml-collections
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-absl
- Abseil Python Common Libraries
-
- dep: python3-yaml
- YAML parser and emitter for Python3
-
- sug: python-is-python3
- symlinks /usr/bin/python to python3
Télécharger python3-ml-collections
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| all | 66,8 ko | 393,0 ko | [liste des fichiers] |