hyper-post
from hyper_post import finalize
out = finalize(x, target="y2")
安装
pip install hyper-post
需要 Python 3.12 和 NumPy 1.26.x。提供 Windows AMD64 与 Linux x86_64 的 wheel。
用法
target 只能是 "y1" 或 "y2",必须用关键字传入。strength 是 [0, 1] 里的数,默认 0.05,表示 sigmoid 拉伸的强度。
out = finalize(x, target="y1")
out = finalize(x, target="y2", strength=0.05)
输入 x 为二维 float32 或 float64 数组,形状必须是 (442, 5282)。返回同形状的新 float32 数组,不修改 x。不读写文件,不访问网络。
无匹配平台的 wheel 时无法安装,没有纯 Python 后备实现。
License
MIT
Release files for hyper-post 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hyper_post-0.1.3-cp312-cp312-win_amd64.whl | CPython 3.12 | CPython 3.12 | Windows x86-64 | Details |
| hyper_post-0.1.3-cp312-cp312-manylinux_2_34_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.34+ x86-64 | Details |
Total release size: 15.9 MB
Release files / hyper_post-0.1.3-cp312-cp312-win_amd64.whl
| Download URL | hyper_post-0.1.3-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 7.9 MB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
dd326283631c33b9a317d1939a0c8063d0b143a0d97b6eab7243521f20e8c982
|
|
BLAKE2b-256 checksum How to use checksums |
3bd1d20975ad538df067a478bbbbdf87a3dc3715e429c5f623790f1483ac8b09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.9
|
Release files / hyper_post-0.1.3-cp312-cp312-manylinux_2_34_x86_64.whl
| Download URL | hyper_post-0.1.3-cp312-cp312-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 8.0 MB |
| Tags | CPython 3.12 Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
01dfb7d5f48366c15008578af9967f8981c6eb46b6c2159054e28bba9318614d
|
|
BLAKE2b-256 checksum How to use checksums |
dfe4bcde5f2415661769025bcd485736ca4ba58013b32c84a16806c345e0d12d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.9
|