一个常用的工具代码包集合
Project description
kevin_toolbox
一个通用的工具代码包集合
环境要求
numpy>=1.19
pytorch>=1.2
安装方法:
pip install kevin-toolbox --no-dependencies
- v 1.3.4 (2024-04-06)【bug fix】【new feature】
- nested_dict_list
- 【new feature】add replace_identical_with_reference() to value_parser,新增该函数用于将具有相同 id 的多个节点,替换为单个节点和其多个引用的形式。一般用于去除冗余部分,压缩 ndl 的结构。
- 【bug fix】【new feature】fix bug in write(),添加了 saved_node_name_format 参数控制 nodes 下文件名的生成。
- bug:在 v1.3.3 前直接使用原始的 node_name 来作为 nodes/ 目录下的文件名,这导致当 node_name 中带有特殊字符时,比如 "/"(在linux下) 和 ":"(在windows下),将会导致保存失败。
- fix:使用 saved_node_name_format 指定生成文件名的方式,默认方式 '{count}_{hash_name}' 可以避免出现特殊字符。
- 【bug fix】fix bug in write()
- bug:在 v1.3.3 前 processed_s 通过 ndl.set_value() 来逐个节点构建,但是由于根据节点名创建的结果可能和原结构存在差异(详见 ndl.set_value() 中b_force参数的介绍),因此导致 processed_s 和 var 结构不一致,导致出错。
- fix:使用 ndl.copy_() 来创建结构与 var 一致的 processed_s。
- 【new feature】add b_keep_identical_relations to write(),增加该参数用于决定是否保留不同节点之间的 id 相等关系。
- 添加了对应的测试用例。
- nested_dict_list
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kevin-toolbox-1.3.4.tar.gz
(164.2 kB
view details)
Built Distribution
kevin_toolbox-1.3.4-py3-none-any.whl
(296.3 kB
view details)
File details
Details for the file kevin-toolbox-1.3.4.tar.gz
.
File metadata
- Download URL: kevin-toolbox-1.3.4.tar.gz
- Upload date:
- Size: 164.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c06beb47078038252a0523f54ac672bfb00ebae25604de552e8e3842abccaff9 |
|
MD5 | 302ae8e926c1b22aeaf7de68b8f2c5b3 |
|
BLAKE2b-256 | 23da6f5b021d4b4ff7f7a9da709f6286631406734c46ff827570228408ec4332 |
File details
Details for the file kevin_toolbox-1.3.4-py3-none-any.whl
.
File metadata
- Download URL: kevin_toolbox-1.3.4-py3-none-any.whl
- Upload date:
- Size: 296.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a58310f3f737eb3e20fde2a53c2e0cd6e3198f6c81947323fc15325dd67d0b8d |
|
MD5 | 5aa9097d65ce777fc20ef90795708ed1 |
|
BLAKE2b-256 | 7d74dc7dd8c4b1811f6541ef2a8c824ff7564af8803af3490235e2dc36da00f7 |