qytorch


Nameqytorch JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/smlab-niser/qytorch
SummaryA library to make quaternion neural networks.
upload_time2024-02-16 19:13:58
maintainer
docs_urlNone
authorsmlab-niser
requires_python
license
keywords quaternion neural networks torch machine learning parameter reduction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # qytorch

Quaternion Torch

A python library which has quaternion versions of some of the mostly used libraries in torch.nn. It supports all of the features of the supported layers. Main advantage of quaternion layers is that, it has only 1/4th the number of weights compared to it's real counterpart.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smlab-niser/qytorch",
    "name": "qytorch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "quaternion,neural networks,torch,machine learning,parameter reduction",
    "author": "smlab-niser",
    "author_email": "smishra@niser.ac.in",
    "download_url": "https://files.pythonhosted.org/packages/da/c0/f65574e533f07538264af143c8c7fc3f70929c44a176e2b68cdad20fd986/qytorch-0.0.2.tar.gz",
    "platform": null,
    "description": "# qytorch\n\nQuaternion Torch\n\nA python library which has quaternion versions of some of the mostly used libraries in torch.nn. It supports all of the features of the supported layers. Main advantage of quaternion layers is that, it has only 1/4th the number of weights compared to it's real counterpart.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library to make quaternion neural networks.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/smlab-niser/qytorch"
    },
    "split_keywords": [
        "quaternion",
        "neural networks",
        "torch",
        "machine learning",
        "parameter reduction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "accfa86648b26d21d10e2b9eb334b86edc4723f7cf2085d2e61c61e11bf7eb44",
                "md5": "81ccf2cd45e2a6f349fb9781f433b8c3",
                "sha256": "24974d06e130ade3b625e17581b4604e3eda7925079f3da0b0ef0d23fbf8c54f"
            },
            "downloads": -1,
            "filename": "qytorch-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "81ccf2cd45e2a6f349fb9781f433b8c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20616,
            "upload_time": "2024-02-16T19:13:56",
            "upload_time_iso_8601": "2024-02-16T19:13:56.185238Z",
            "url": "https://files.pythonhosted.org/packages/ac/cf/a86648b26d21d10e2b9eb334b86edc4723f7cf2085d2e61c61e11bf7eb44/qytorch-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dac0f65574e533f07538264af143c8c7fc3f70929c44a176e2b68cdad20fd986",
                "md5": "8b3820f1f4d44bd3aec86753f538c190",
                "sha256": "2fdfc09594aaa264ad29750873ed2c1a11ba0cc37852478c8ddaea3e55f411a0"
            },
            "downloads": -1,
            "filename": "qytorch-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8b3820f1f4d44bd3aec86753f538c190",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18570,
            "upload_time": "2024-02-16T19:13:58",
            "upload_time_iso_8601": "2024-02-16T19:13:58.024787Z",
            "url": "https://files.pythonhosted.org/packages/da/c0/f65574e533f07538264af143c8c7fc3f70929c44a176e2b68cdad20fd986/qytorch-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 19:13:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smlab-niser",
    "github_project": "qytorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "qytorch"
}
        
Elapsed time: 0.18509s