# model2graph
## install packages
used python version == 3.11
```shell
# create conda environment
conda create -n cuml -c rapidsai -c conda-forge -c nvidia cudf=24.08 cuml=24.08 python=3.11 'cuda-version>=12.0,<=12.5'
# install packages from requirements.txt
pip install -r requirements.txt
```
Raw data
{
"_id": null,
"home_page": "https://github.com/odymit/model2graph",
"name": "model2graph",
"maintainer": null,
"docs_url": null,
"requires_python": ">3.10",
"maintainer_email": null,
"keywords": null,
"author": "anonymous",
"author_email": "anonymous@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f5/f7/95e429871771938501d4e91d9476ec0e3571a788a54f7e6ab7886966bd81/model2graph-0.1.0.tar.gz",
"platform": null,
"description": "# model2graph\n\n## install packages\nused python version == 3.11\n```shell\n# create conda environment\nconda create -n cuml -c rapidsai -c conda-forge -c nvidia cudf=24.08 cuml=24.08 python=3.11 'cuda-version>=12.0,<=12.5'\n\n# install packages from requirements.txt\npip install -r requirements.txt\n\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A package to convert deep learning models into graph structures",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/odymit/model2graph"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "199c3ee8e2659b8b880f5dd687e5d3c931a69ee629a43fbd338e1ebd7ea635a3",
"md5": "d29028d0a5c6b5cd834d4a19256a5381",
"sha256": "e35094308a802002fa3396be3384c4fac0a3110d693f92208b95f6295106dabd"
},
"downloads": -1,
"filename": "model2graph-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d29028d0a5c6b5cd834d4a19256a5381",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">3.10",
"size": 7177,
"upload_time": "2024-11-08T14:59:27",
"upload_time_iso_8601": "2024-11-08T14:59:27.552582Z",
"url": "https://files.pythonhosted.org/packages/19/9c/3ee8e2659b8b880f5dd687e5d3c931a69ee629a43fbd338e1ebd7ea635a3/model2graph-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f5f795e429871771938501d4e91d9476ec0e3571a788a54f7e6ab7886966bd81",
"md5": "328c0e8d37c0dec4e0917fb7bc5b8240",
"sha256": "ba4ee4ea7352adf87215cd4222b963c01b90d08b8b86255b1734eb22808ce1e1"
},
"downloads": -1,
"filename": "model2graph-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "328c0e8d37c0dec4e0917fb7bc5b8240",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">3.10",
"size": 8367,
"upload_time": "2024-11-08T14:59:29",
"upload_time_iso_8601": "2024-11-08T14:59:29.312077Z",
"url": "https://files.pythonhosted.org/packages/f5/f7/95e429871771938501d4e91d9476ec0e3571a788a54f7e6ab7886966bd81/model2graph-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-08 14:59:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "odymit",
"github_project": "model2graph",
"github_not_found": true,
"lcname": "model2graph"
}