Neural network building blocks (BNet, Hilbert, PAC, Wavelet, Filters, …) — standalone module from the SciTeX ecosystem
Project description
scitex-nn
PyTorch neural-network building blocks (BNet, Hilbert, PAC, Wavelet, Filters, AxiswiseDropout, …) extracted from the SciTeX ecosystem as a standalone package.
Install
pip install scitex-nn
API
import scitex_nn as nn
m = nn.BNet(...)
m = nn.Filters(...)
m = nn.Hilbert(...)
m = nn.Wavelet(...)
m = nn.PAC(...)
Status
Standalone fork of scitex.nn. The umbrella package's scitex.nn import path
is preserved via a sys.modules-alias bridge.
Decoupling notes:
scitex.{decorators,gen}→scitex_decorators/scitex_gendirect imports.scitex.dsp.utils(build_bandpass_filters, init_bandpass_filters, ensure_3d, ensure_even_len, zero_pad, design_filter) → vendored under_vendor_dsp_utils/. Vendor prefers the realscitex.dsp.utilswhen the umbrella is installed (lockstep behaviour) and falls back to the vendored copy when scitex_nn runs standalone.scitex.nn.Xself-references rewritten toscitex_nn.X.- Example
if __name__ == "__main__":blocks still referencescitex.{io,plt,session,dsp,ai}— only run when the umbrella is installed; module-level imports do not depend on those.
License
AGPL-3.0-only.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scitex_nn-0.1.0.tar.gz.
File metadata
- Download URL: scitex_nn-0.1.0.tar.gz
- Upload date:
- Size: 107.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
410b04aac0a41948ed741800ae77ea58d4d3c0b04a14b77aabeafcd63e04c5e8
|
|
| MD5 |
3af9183fe5f3153fc701639ffc4a2637
|
|
| BLAKE2b-256 |
5caed5e8e840f4b535ab0dd19c737fb4aeec9d8eac0ebc2e10f249f8b79d89b8
|
File details
Details for the file scitex_nn-0.1.0-py3-none-any.whl.
File metadata
- Download URL: scitex_nn-0.1.0-py3-none-any.whl
- Upload date:
- Size: 50.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ceb03077ef2fa2c64b3b1ffb4005a2d9351d2d095688a7764d7179551f48d71
|
|
| MD5 |
c87fa44b4c7956129b20270930abc4f8
|
|
| BLAKE2b-256 |
ab51236ccf208a69c61db44c45aa83835675260146c377dee4edbde884cb9e75
|