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
two_pcepd-0.1.3.tar.gz
(16.6 kB
view details)
File details
Details for the file two_pcepd-0.1.3.tar.gz.
File metadata
- Download URL: two_pcepd-0.1.3.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 |
288efde9eb1863bcd64401c4837f22dca76a5ba63694c5e343c5d96e5d7713dc
|
|
| MD5 |
0889abe8b65209daff6daa557ae6a767
|
|
| BLAKE2b-256 |
58d9cc76ccfeecd8bc8ff0cecc7281f86db8603c1db2240f15cbe4d43bcc75ab
|