torchlens


Nametorchlens JSON
Version 0.1.27 PyPI version JSON
download
home_pagehttps://github.com/johnmarktaylor91/torchlens
SummaryA package for extracting activations from PyTorch models
upload_time2025-01-13 15:37:42
maintainerNone
docs_urlNone
authorJohnMark Taylor
requires_pythonNone
licenseGNU GPL v3
keywords torch torchlens features
VCS
bugtrack_url
requirements numpy pandas tqdm ipython graphviz torch
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.27",
    "project_urls": {
        "Homepage": "https://github.com/johnmarktaylor91/torchlens"
    },
    "split_keywords": [
        "torch",
        "torchlens",
        "features"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c58fe22f18d4a57dd2e64a6fe0657080b96e8beec0854af87fd1bce0c40f195",
                "md5": "0af5354613347df85be1c606a20fef45",
                "sha256": "f6e1a20d085d9a3a1cf55977144a92d61f3b6e18585528cc943c19f7b9010bbb"
            },
            "downloads": -1,
            "filename": "torchlens-0.1.27-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0af5354613347df85be1c606a20fef45",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 121914,
            "upload_time": "2025-01-13T15:37:42",
            "upload_time_iso_8601": "2025-01-13T15:37:42.561357Z",
            "url": "https://files.pythonhosted.org/packages/1c/58/fe22f18d4a57dd2e64a6fe0657080b96e8beec0854af87fd1bce0c40f195/torchlens-0.1.27-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-13 15:37:42",
    "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": "tqdm",
            "specs": []
        },
        {
            "name": "ipython",
            "specs": []
        },
        {
            "name": "graphviz",
            "specs": []
        },
        {
            "name": "torch",
            "specs": []
        }
    ],
    "lcname": "torchlens"
}
        
Elapsed time: 3.30905s