{ "info": { "author": "Sen Wu", "author_email": "senwu@cs.stanford.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "Emmental\n========\n\n|Travis| |CodeClimate| |Coveralls| |ReadTheDocs| |PyPI| |PyPIVersion| |GitHubStars| |License| |CodeStyle|\n\nEmmental is a framework for building multi-modal multi-task learning systems.\n\nNote that Emmental is still *actively under development*, so feedback and\ncontributions are welcome. Submit bugs in the Issues_ section or feel free to\nsubmit your contributions as a pull request.\n\nGetting Started\n---------------\n\nCheck out our `Getting Started Guide`_ to get up and running with Emmental.\n\nLearning how to use Emmental\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe `Emmental tutorials`_ cover the Emmental workflow, showing how to build\nmulti-modal multi-task learning systems.\n\nReference\n---------\n\n`Emmental: A framework for building multi-modal multi-task learning systems`::\n\n @misc{wu2019emmental,\n title={Emmental: A framework for building multi-modal multi-task learning systems},\n author={Wu, Sen},\n year={2019},\n }\n\n\n.. |CodeClimate| image:: https://img.shields.io/codeclimate/maintainability/SenWu/emmental.svg\n :alt: Code Climate\n :target: https://codeclimate.com/github/SenWu/emmental\n.. |Travis| image:: https://img.shields.io/travis/SenWu/emmental/master.svg\n :target: https://travis-ci.com/SenWu/emmental\n.. |Coveralls| image:: https://img.shields.io/coveralls/github/SenWu/emmental.svg\n :target: https://coveralls.io/github/SenWu/emmental\n.. |ReadTheDocs| image:: https://img.shields.io/readthedocs/emmental.svg\n :target: https://emmental.readthedocs.io/\n.. |PyPI| image:: https://img.shields.io/pypi/v/emmental.svg\n :target: https://pypi.org/project/emmental/\n.. |PyPIVersion| image:: https://img.shields.io/pypi/pyversions/emmental.svg\n :target: https://pypi.org/project/emmental/\n.. |GitHubStars| image:: https://img.shields.io/github/stars/SenWu/emmental.svg\n :target: https://github.com/SenWu/emmental/stargazers\n.. |License| image:: https://img.shields.io/github/license/SenWu/emmental.svg\n :target: https://github.com/SenWu/emmental/blob/master/LICENSE\n.. |CodeStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n\n.. _Getting Started Guide: https://emmental.readthedocs.io/en/latest/user/getting_started.html\n.. _Emmental tutorials: https://github.com/SenWu/emmental-tutorials\n.. _Issues: https://github.com/SenWu/emmental/issues/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SenWu/emmental", "keywords": "emmental,multi task learning,deep learing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "emmental", "package_url": "https://pypi.org/project/emmental/", "platform": "", "project_url": "https://pypi.org/project/emmental/", "project_urls": { "Homepage": "https://github.com/SenWu/emmental", "Source": "https://github.com/SenWu/emmental", "Tracker": "https://github.com/SenWu/emmental/issues" }, "release_url": "https://pypi.org/project/emmental/0.0.3/", "requires_dist": [ "numpy (<2.0,>=1.11)", "pandas (<0.24.0,>=0.23.4)", "pyyaml (<5.0,>=4.2b1)", "scikit-learn (<0.21.0,>=0.20.3)", "scipy (<2.0.0,>=1.1.0)", "tensorboardX (<2.0,>=1.6)", "torch (<2.0,>=1.1)", "tqdm (<5.0.0,>=4.26.0)" ], "requires_python": ">=3.6", "summary": "A framework for building multi-modal multi-task learning systems.", "version": "0.0.3" }, "last_serial": 5456386, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d10fe5da7c49cb95dc6b8fe74eec2bca", "sha256": "5549a20e8b5130aa216c04d98da0ae5a1cd05aca3e57926d31a58ca579a4875a" }, "downloads": -1, "filename": "emmental-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d10fe5da7c49cb95dc6b8fe74eec2bca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 34771, "upload_time": "2019-06-19T10:30:53", "url": "https://files.pythonhosted.org/packages/25/45/e228d4d0abf90db00c9ff92432619228144f3ea14cfdcdc0f06110b39dbb/emmental-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dcdc72244be55648170eb44bf7e3f4d7", "sha256": "2d9403aeb69f50e79fc97c06680f5ecf129f70ea1fe67fd7f54c51344d65d606" }, "downloads": -1, "filename": "emmental-0.0.1.tar.gz", "has_sig": false, "md5_digest": "dcdc72244be55648170eb44bf7e3f4d7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 24679, "upload_time": "2019-06-19T10:30:55", "url": "https://files.pythonhosted.org/packages/5c/b8/158b8461bebc29953565af42824c8b2250daab0211a4827710c75979c30e/emmental-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "60096b45eda3dedb351dd57564bfe09d", "sha256": "d11d63423422a6d3f26b35ad57420962bb90cf55d8049a0b438750e8a6e0e756" }, "downloads": -1, "filename": "emmental-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "60096b45eda3dedb351dd57564bfe09d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36568, "upload_time": "2019-06-27T04:59:27", "url": "https://files.pythonhosted.org/packages/d0/d0/53cc6128925fb4f1289d03848368753aa0cfc23185c6a6216063c6691b2d/emmental-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a642e56c775a13010a170a660f1b8804", "sha256": "ec6089a6a5975359f3bc93e2cb248269f289167f1b3f4636910c0215eb4242af" }, "downloads": -1, "filename": "emmental-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a642e56c775a13010a170a660f1b8804", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 25245, "upload_time": "2019-06-27T04:59:29", "url": "https://files.pythonhosted.org/packages/77/db/c3362350469a13b7d407a52cf5e41361cff116e4cb9f62f634222b4cd02b/emmental-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c6859b5369bce764aff6cd0f0e827434", "sha256": "4ae30d996f90370dcff337ce60bfe2296af33556d20507446114255e0431048b" }, "downloads": -1, "filename": "emmental-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "c6859b5369bce764aff6cd0f0e827434", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 37707, "upload_time": "2019-06-27T10:45:54", "url": "https://files.pythonhosted.org/packages/6a/dd/fc370cc3c2a5ad74e16c5bc96f355765076a01db31430e44371f9e1b581a/emmental-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5452d0891160da9584616c3ba62cdda", "sha256": "40c3c15387361fa30676a3de1446d74654829c57d3feca5355c83550cb7b7550" }, "downloads": -1, "filename": "emmental-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a5452d0891160da9584616c3ba62cdda", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 25266, "upload_time": "2019-06-27T10:45:55", "url": "https://files.pythonhosted.org/packages/0f/ad/5b8b753ee306424e4dc2b791dc64c1b26136767ab95cd1ba2bd37599cc03/emmental-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6859b5369bce764aff6cd0f0e827434", "sha256": "4ae30d996f90370dcff337ce60bfe2296af33556d20507446114255e0431048b" }, "downloads": -1, "filename": "emmental-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "c6859b5369bce764aff6cd0f0e827434", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 37707, "upload_time": "2019-06-27T10:45:54", "url": "https://files.pythonhosted.org/packages/6a/dd/fc370cc3c2a5ad74e16c5bc96f355765076a01db31430e44371f9e1b581a/emmental-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5452d0891160da9584616c3ba62cdda", "sha256": "40c3c15387361fa30676a3de1446d74654829c57d3feca5355c83550cb7b7550" }, "downloads": -1, "filename": "emmental-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a5452d0891160da9584616c3ba62cdda", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 25266, "upload_time": "2019-06-27T10:45:55", "url": "https://files.pythonhosted.org/packages/0f/ad/5b8b753ee306424e4dc2b791dc64c1b26136767ab95cd1ba2bd37599cc03/emmental-0.0.3.tar.gz" } ] }