fast-pytorch-kmeans


Namefast-pytorch-kmeans JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/DeMoriarty/fast_pytorch_kmeans
Summarya fast kmeans clustering algorithm implemented in pytorch
upload_time2024-12-05 02:59:23
maintainerNone
docs_urlNone
authordemoriarty
requires_pythonNone
licenseMIT
keywords kmeans k-means pytorch machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DeMoriarty/fast_pytorch_kmeans",
    "name": "fast-pytorch-kmeans",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "KMeans, K-means, pytorch, machine learning",
    "author": "demoriarty",
    "author_email": "sahbanjan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/14/50184ebdbecf31fe525d60fe2e77a86476e8b3f36b6398c99b0447914525/fast_pytorch_kmeans-0.2.2.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a fast kmeans clustering algorithm implemented in pytorch",
    "version": "0.2.2",
    "project_urls": {
        "Download": "https://github.com/DeMoriarty/fast_pytorch_kmeans/archive/v_020.tar.gz",
        "Homepage": "https://github.com/DeMoriarty/fast_pytorch_kmeans"
    },
    "split_keywords": [
        "kmeans",
        " k-means",
        " pytorch",
        " machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fcff082ad98d4d143b59bdc02027673cfd76280dd23dcd71218c156a4dbc627",
                "md5": "063226b6cc83daeb164d7ee30078ec29",
                "sha256": "dd79f5123893ab905af9eeda3eb387e5f91811591c6c3963d3536544d07d43ac"
            },
            "downloads": -1,
            "filename": "fast_pytorch_kmeans-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "063226b6cc83daeb164d7ee30078ec29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9750,
            "upload_time": "2024-12-05T02:59:22",
            "upload_time_iso_8601": "2024-12-05T02:59:22.391073Z",
            "url": "https://files.pythonhosted.org/packages/7f/cf/f082ad98d4d143b59bdc02027673cfd76280dd23dcd71218c156a4dbc627/fast_pytorch_kmeans-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e1450184ebdbecf31fe525d60fe2e77a86476e8b3f36b6398c99b0447914525",
                "md5": "8a18202c38a56a6077bedc66f4f8d6a8",
                "sha256": "d796fd786efd8dcd1684815d395b740d3bdf32c4221626c8a26786ff3b9f7cbe"
            },
            "downloads": -1,
            "filename": "fast_pytorch_kmeans-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8a18202c38a56a6077bedc66f4f8d6a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7948,
            "upload_time": "2024-12-05T02:59:23",
            "upload_time_iso_8601": "2024-12-05T02:59:23.373626Z",
            "url": "https://files.pythonhosted.org/packages/4e/14/50184ebdbecf31fe525d60fe2e77a86476e8b3f36b6398c99b0447914525/fast_pytorch_kmeans-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 02:59:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DeMoriarty",
    "github_project": "fast_pytorch_kmeans",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fast-pytorch-kmeans"
}
        
Elapsed time: 0.40412s