torchlens


Nametorchlens JSON
Version 0.1.15 PyPI version JSON
download
home_pagehttps://github.com/johnmarktaylor91/torchlens
SummaryA package for extracting activations from PyTorch models
upload_time2024-04-05 19:04:30
maintainerNone
docs_urlNone
authorJohnMark Taylor
requires_pythonNone
licenseGNU GPL v3
keywords torch torchlens features
VCS
bugtrack_url
requirements numpy pandas torch torchvision tqdm ipython graphviz
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A package for extracting activations from PyTorch models. Contains functionality for extracting model activations, visualizing a model's computational graph, and extracting exhaustive metadata about a model.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/johnmarktaylor91/torchlens",
    "name": "torchlens",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "torch torchlens features",
    "author": "JohnMark Taylor",
    "author_email": "johnmarkedwardtaylor@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "A package for extracting activations from PyTorch models. Contains functionality for extracting model activations, visualizing a model's computational graph, and extracting exhaustive metadata about a model.\n",
    "bugtrack_url": null,
    "license": "GNU GPL v3",
    "summary": "A package for extracting activations from PyTorch models",
    "version": "0.1.15",
    "project_urls": {
        "Homepage": "https://github.com/johnmarktaylor91/torchlens"
    },
    "split_keywords": [
        "torch",
        "torchlens",
        "features"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27ccfd0f9e8e09d41a0b97e5a4514f4b7f940dc68b31b24280ee75750eb2077b",
                "md5": "3b8901f91d4ee8c8c842af248d2b89b1",
                "sha256": "6b3ae4fa4a25d81be4ebd0d0f045ce121bf942061825edd4115a534893313620"
            },
            "downloads": -1,
            "filename": "torchlens-0.1.15-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b8901f91d4ee8c8c842af248d2b89b1",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 83311,
            "upload_time": "2024-04-05T19:04:30",
            "upload_time_iso_8601": "2024-04-05T19:04:30.481336Z",
            "url": "https://files.pythonhosted.org/packages/27/cc/fd0f9e8e09d41a0b97e5a4514f4b7f940dc68b31b24280ee75750eb2077b/torchlens-0.1.15-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 19:04:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "johnmarktaylor91",
    "github_project": "torchlens",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "torchvision",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "ipython",
            "specs": []
        },
        {
            "name": "graphviz",
            "specs": []
        }
    ],
    "lcname": "torchlens"
}
        
Elapsed time: 0.22374s