torchcs


Nametorchcs JSON
Version 1.1.13 PyPI version JSON
download
home_pagehttps://iridescent.ink/torchcs/
SummaryCompressed Sensing in PyTorch.
upload_time2024-11-27 17:30:27
maintainerNone
docs_urlNone
authorZhi Liu
requires_pythonNone
licenseMIT
keywords pytorch machine learning signal processing compressed sensing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # torchcs

Compressed Sensing in PyTorch.


You can install and test ``torchcs`` by:

```bash
pip install torchcs
import torchcs as tc
print(tc.__version__)
```

Please see [torchcs's documentation](http://iridescent.ink/torchcs) for using details.


            

Raw data

            {
    "_id": null,
    "home_page": "https://iridescent.ink/torchcs/",
    "name": "torchcs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "PyTorch, Machine Learning, Signal Processing, Compressed Sensing",
    "author": "Zhi Liu",
    "author_email": "zhiliu.mind@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/05/e65e8d7df5967ce76109b1758996cb758b4f9577ab020b5218b8dc3b6442/torchcs-1.1.13.tar.gz",
    "platform": null,
    "description": "# torchcs\n\nCompressed Sensing in PyTorch.\n\n\nYou can install and test ``torchcs`` by:\n\n```bash\npip install torchcs\nimport torchcs as tc\nprint(tc.__version__)\n```\n\nPlease see [torchcs's documentation](http://iridescent.ink/torchcs) for using details.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Compressed Sensing in PyTorch.",
    "version": "1.1.13",
    "project_urls": {
        "Download": "https://github.com/antsfamily/torchcs/",
        "Homepage": "https://iridescent.ink/torchcs/"
    },
    "split_keywords": [
        "pytorch",
        " machine learning",
        " signal processing",
        " compressed sensing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2305e65e8d7df5967ce76109b1758996cb758b4f9577ab020b5218b8dc3b6442",
                "md5": "2bb9e89838a37427385dbc51f31cef47",
                "sha256": "9e7f3637985b8b9cdd8256ece36955667245cad26f164874c62073f9855afa91"
            },
            "downloads": -1,
            "filename": "torchcs-1.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "2bb9e89838a37427385dbc51f31cef47",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1188756,
            "upload_time": "2024-11-27T17:30:27",
            "upload_time_iso_8601": "2024-11-27T17:30:27.258087Z",
            "url": "https://files.pythonhosted.org/packages/23/05/e65e8d7df5967ce76109b1758996cb758b4f9577ab020b5218b8dc3b6442/torchcs-1.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 17:30:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "antsfamily",
    "github_project": "torchcs",
    "github_not_found": true,
    "lcname": "torchcs"
}
        
Elapsed time: 0.36573s