Name | RRPad JSON |
Version |
0.0.2
JSON |
| download |
home_page | None |
Summary | ReplicationReflectionPad combines ReplicationPad and ReflectionPad to prevent errors from being reported due to small input sizes when using non-constant padding types. |
upload_time | 2025-07-30 06:25:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
rrpad
replicationreflectionpad
pad
pytorch
ai
neural
nn
padding
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# RRPad
ReplicationReflectionPad combines ReplicationPad and ReflectionPad to prevent errors from being reported due to small input sizes when using non-constant padding types.
## Install
```bash
pip install RRPad
```
## Use
```python
from RRPad import ReplicationReflectionPad1d,ReplicationReflectionPad2d
...
pad=ReplicationReflectionPad1d(paddingSize)
input=torch.randn((1,2,3))
output=pad(input)
```
## HomePage
<https://github.com/PsycheHalo/RRPad/>
Raw data
{
"_id": null,
"home_page": null,
"name": "RRPad",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "RRPad, ReplicationReflectionPad, Pad, PyTorch, AI, neural, NN, Padding",
"author": null,
"author_email": "Psyche Halo <Psyche@WinsGod.com>",
"download_url": "https://files.pythonhosted.org/packages/00/68/fa57404574f6e1985d515a221566f7d3f182dececb820055e9419f3d1c7b/rrpad-0.0.2.tar.gz",
"platform": null,
"description": "# RRPad\nReplicationReflectionPad combines ReplicationPad and ReflectionPad to prevent errors from being reported due to small input sizes when using non-constant padding types.\n\n## Install\n```bash\npip install RRPad\n```\n\n## Use\n```python\nfrom RRPad import ReplicationReflectionPad1d,ReplicationReflectionPad2d\n...\npad=ReplicationReflectionPad1d(paddingSize)\ninput=torch.randn((1,2,3))\noutput=pad(input)\n```\n\n## HomePage\n<https://github.com/PsycheHalo/RRPad/>\n",
"bugtrack_url": null,
"license": null,
"summary": "ReplicationReflectionPad combines ReplicationPad and ReflectionPad to prevent errors from being reported due to small input sizes when using non-constant padding types. ",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/PsycheHalo/RRPad",
"Issues": "https://github.com/PsycheHalo/RRPad/issues"
},
"split_keywords": [
"rrpad",
" replicationreflectionpad",
" pad",
" pytorch",
" ai",
" neural",
" nn",
" padding"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bfd67b8922335ba93e035ee07a322d2912e40ce1a1ef0aa57a95bced8f8436f9",
"md5": "3ca6b4408b033ed783afe0a703eb08d4",
"sha256": "5d3997a1d03d8ef56f8ebb32fb39f7ae8095fe2989ba78d3a754c9907e7b17f9"
},
"downloads": -1,
"filename": "rrpad-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3ca6b4408b033ed783afe0a703eb08d4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8413,
"upload_time": "2025-07-30T06:25:34",
"upload_time_iso_8601": "2025-07-30T06:25:34.790016Z",
"url": "https://files.pythonhosted.org/packages/bf/d6/7b8922335ba93e035ee07a322d2912e40ce1a1ef0aa57a95bced8f8436f9/rrpad-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0068fa57404574f6e1985d515a221566f7d3f182dececb820055e9419f3d1c7b",
"md5": "25fe0ae94b97ce059aa78e49e62ba34d",
"sha256": "81eac358db02fd7cfd0e17bd0cc759f1e22da9451e4284ac4fb1d04cae4a8ffe"
},
"downloads": -1,
"filename": "rrpad-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "25fe0ae94b97ce059aa78e49e62ba34d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7520,
"upload_time": "2025-07-30T06:25:35",
"upload_time_iso_8601": "2025-07-30T06:25:35.824932Z",
"url": "https://files.pythonhosted.org/packages/00/68/fa57404574f6e1985d515a221566f7d3f182dececb820055e9419f3d1c7b/rrpad-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-30 06:25:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PsycheHalo",
"github_project": "RRPad",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "rrpad"
}