{ "info": { "author": "Qingyang Wu", "author_email": "wilwu@ucdavis.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# TorchFly\n\nTorchFly is a PyTorch Fast Development Kit. The purpose is to learn the pipelines of the SOTA algorithms in Deep Learning areas like CV, NLP and RL. The utilities provided in this kit will shorten the time needed to rebuild some basic functions. Now, the kit is mainly for personal use, but will be updated from time to time. \n\n## Installation\n\n### Installing via pip:\nInstalling is simple using `pip`.\n\n ```bash\n pip install torchfly\n ```\n \n### Installing from source\nYou can clone the repository.\n ```bash\n git clone https://github.com/qywu/TorchFly.git\n ```\n\n### Docker\nIt is recommended to run on Nvidia Docker for better performance.\n\n ```bash\n FROM nvcr.io/nvidia/pytorch:18.12.1-py3\n RUN apt-get update\n \n RUN pip install torchfly\n ```\n \n ## TODOS\n \n1. Custom Bucket Sampler\n\n2. Custom Beam Search\n\n \n ## Code References\n \n [FastAI](https://github.com/fastai)\n \n [AllenNLP](https://github.com/allenai/allennlp/)\n \n [Pytorch BERT](https://github.com/huggingface/pytorch-pretrained-BERT)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/qywu/TorchFly", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "TorchFly", "package_url": "https://pypi.org/project/TorchFly/", "platform": "", "project_url": "https://pypi.org/project/TorchFly/", "project_urls": { "Homepage": "https://github.com/qywu/TorchFly" }, "release_url": "https://pypi.org/project/TorchFly/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Pytorch Fast Development Kit", "version": "0.0.1" }, "last_serial": 5249814, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "454d96cf5ea0214844bc80178e585d41", "sha256": "4ee098e1597c65ced51dbc00d54ed2adcf08297eab969946f4d8705062f3912e" }, "downloads": -1, "filename": "TorchFly-0.0.1.tar.gz", "has_sig": false, "md5_digest": "454d96cf5ea0214844bc80178e585d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6043, "upload_time": "2019-05-09T22:48:11", "url": "https://files.pythonhosted.org/packages/44/d7/b9789ba2e8d6eb1118c14d5eb1f3332fe02aa84a10afeaa3d3d8e2487268/TorchFly-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "454d96cf5ea0214844bc80178e585d41", "sha256": "4ee098e1597c65ced51dbc00d54ed2adcf08297eab969946f4d8705062f3912e" }, "downloads": -1, "filename": "TorchFly-0.0.1.tar.gz", "has_sig": false, "md5_digest": "454d96cf5ea0214844bc80178e585d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6043, "upload_time": "2019-05-09T22:48:11", "url": "https://files.pythonhosted.org/packages/44/d7/b9789ba2e8d6eb1118c14d5eb1f3332fe02aa84a10afeaa3d3d8e2487268/TorchFly-0.0.1.tar.gz" } ] }