{ "info": { "author": "Simon Kohl", "author_email": "simon.kohl@dkfz.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7" ], "description": "===============================\nlasagne_visualizer\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/lasagne_visualizer.svg\n :target: https://pypi.python.org/pypi/lasagne_visualizer\n\n.. image:: https://img.shields.io/travis/SimonKohl/lasagne_visualizer.svg\n :target: https://travis-ci.org/SimonKohl/lasagne_visualizer\n\n.. image:: https://readthedocs.org/projects/lasagne-visualizer/badge/?version=latest\n :target: https://lasagne-visualizer.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/SimonKohl/lasagne_visualizer/shield.svg\n :target: https://pyup.io/repos/github/SimonKohl/lasagne_visualizer/\n :alt: Updates\n\n\nA small python package that lets you have a glimpse at the inner workings of your deep lasagne architectures.\n-----------------------------------------------------------------------\n\nUsing ipython notebook you can now live-monitor the weight learning of your models, or just save the generated visualizations when running command line python scripts.\n\nObviously, having a rough idea of how the weights of your model progress, can guide you in how to tweak your architecture and its parameters.\nOther frameworks such as Tensorflow have had such visualizations from the start and lasagne_visualizer tries to provide a similar, though much more leight-weight, tool.\n\nThe image below gives a flavor of how your output might come out to look:\n\n.. image:: https://github.com/SimonKohl/lasagne_visualizer/blob/develop/examples/example.png\n :target: https://github.com/SimonKohl/lasagne_visualizer/blob/develop/examples/\n\nExample\n-----\nFor an example on how to use lasagne_visualizer in an IPython Notebook, see `Finetuning for Image Classification `_, which borrows the underlying example from `ebenolson `_.\n\n\nFurther Information\n-----\n\n* Free software: MIT license\n* Documentation: https://lasagne-visualizer.readthedocs.io.\n\n\nFeatures\n--------\n\n* plot the mean/extremal values/1 sigma error band of the weights of lasagne layers as a function of the training epochs\n* use modes to either auto-select all trainable/the currently trainable/user-specified layers for plotting\n* adjust the range of the weights in the plots\n* TODO: enable the plotting of bias weights\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2016-11-30)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SimonKohl/lasagne_visualizer", "keywords": "lasagne_visualizer", "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "lasagne_visualizer", "package_url": "https://pypi.org/project/lasagne_visualizer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lasagne_visualizer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SimonKohl/lasagne_visualizer" }, "release_url": "https://pypi.org/project/lasagne_visualizer/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A tiny package to enable live-visualization of weight learning using lasagne models in ipython notebook.", "version": "0.1.0" }, "last_serial": 2495645, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "77229c09033bf86798295547376448da", "sha256": "fcfee69364a5f6dc2320f9361cc42d1cc0597a4c432bc34b1f69c79b560665ab" }, "downloads": -1, "filename": "lasagne_visualizer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "77229c09033bf86798295547376448da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14637, "upload_time": "2016-12-02T12:02:09", "url": "https://files.pythonhosted.org/packages/72/d7/df4f863a7e7c331717235f99797076657880cba185483693b656ae13042e/lasagne_visualizer-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77229c09033bf86798295547376448da", "sha256": "fcfee69364a5f6dc2320f9361cc42d1cc0597a4c432bc34b1f69c79b560665ab" }, "downloads": -1, "filename": "lasagne_visualizer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "77229c09033bf86798295547376448da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14637, "upload_time": "2016-12-02T12:02:09", "url": "https://files.pythonhosted.org/packages/72/d7/df4f863a7e7c331717235f99797076657880cba185483693b656ae13042e/lasagne_visualizer-0.1.0.tar.gz" } ] }