The official implementation of the 2pCePd-Net model. pBPf Fusion block coming soon...
Project description
This is the official Pytorch implementation of 2pCePd-Net model published in IEEE Transactions on Instrumentation and Measurement
DOI: 10.1109/TIM.2025.3569005
Model Sample Usage Code:
from two_pcepd import model
network, optimizer = model.create_net(in_ch, out_ch, dim, n)
in_ch -> the number of channels in input out_ch -> the number of channels in output dim -> a dimensional parameter to modulate the number of parameters in the model. Default value is 64. Reducing or increasing the parameters would modulate the model accordingly. n -> number of paths. Default value is 2. Can be modulated to increase or decrease the complexity of the model.
network -> the returned model optimizer -> the optimizer associated with network is returned. Default value is Adam Optimizer with learning rate set to 1e^-4
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file two_pcepd-0.1.4.tar.gz.
File metadata
- Download URL: two_pcepd-0.1.4.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0578a4baa4423695081ae670fff9a68ff11526d838ad0a631e8c93e22f3c9c26
|
|
| MD5 |
f2ce0529c85dccc8c42e444fb663f58f
|
|
| BLAKE2b-256 |
adbcd6db727cf07fa9b605dbf5d3501868a1c7c4b413086c1971b0032b568d9e
|