全部搜尋項
trixie  ] [  sid  ]
[ 原始碼: python-ml-collections  ]

套件:python3-ml-collections(0.1.1-3)

python3-ml-collections 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 python-ml-collections

維護小組:

外部的資源:

相似套件:

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.

其他與 python3-ml-collections 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 python3-ml-collections

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 55。6 kB333。0 kB [檔案列表]