{ "info": { "author": "Bin Wang", "author_email": "wwwbbb8510@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# convtt\nConvolutional Neural Netoworks Training Tools\n\n## example of DenseNet training\n\nThe example is included in the `bin` folder in the package with the file name of `convtt_train_densenet.py`. \n\nHere is a code snippet of creating a trainer and train the network given the model and the dataset. \n\n```python\n# convtt_train_densenet.py\nfrom convtt.models import densenet\nfrom convtt.train.trainer import *\n\n# initialise trainer\noptimiser = build_optimiser(model=model, name='ScheduledSGD', milestones=[10, 20], lr=0.1)\ndriver = build_driver(model=model, training_epoch=30, batch_size=128, training_data=dataset.train['images'],\n training_label=dataset.train['labels'],\n validation_data=None, validation_label=None, test_data=dataset.test['images'],\n test_label=dataset.test['labels'], optimiser=optimiser)\ntrainer = build_trainer(optimiser=optimiser, driver=driver)\ntest_acc = trainer.eval()\nprint(test_acc)\n```\n\n\n", "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/wwwbbb8510/convtt.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "convtt", "package_url": "https://pypi.org/project/convtt/", "platform": "", "project_url": "https://pypi.org/project/convtt/", "project_urls": { "Homepage": "https://github.com/wwwbbb8510/convtt.git" }, "release_url": "https://pypi.org/project/convtt/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Convolutional Neural Netoworks Training Tools", "version": "0.0.2" }, "last_serial": 4809074, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e237857ab6ec96517a76e6e079b52ad2", "sha256": "620640691fc6d0005bfbeb45afc673b01c2383d898d870662c99f25ca96d2884" }, "downloads": -1, "filename": "convtt-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e237857ab6ec96517a76e6e079b52ad2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25278, "upload_time": "2018-08-19T22:30:09", "url": "https://files.pythonhosted.org/packages/cb/63/243e88bcf73e52058c89eca40803f359bdbb1bf597c0b6d5cc8975cd9e42/convtt-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b7cd45e9e00bde85ad3466a963a70b3", "sha256": "b2641ab8c9ae1dd31b6c63a70437000752770f497062d89417eed210485d0143" }, "downloads": -1, "filename": "convtt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5b7cd45e9e00bde85ad3466a963a70b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13638, "upload_time": "2018-08-19T22:30:11", "url": "https://files.pythonhosted.org/packages/72/b3/88a93e982c5850d11641d61d2e4213749374804496cdfa9ec1a295a3640a/convtt-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7ba969ccc3ea9b52491939e91b73de09", "sha256": "b5c15be545cd9d83930459565172af5e9c60e186f4f70e24ca3869f4702251f0" }, "downloads": -1, "filename": "convtt-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7ba969ccc3ea9b52491939e91b73de09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42188, "upload_time": "2019-02-12T04:38:55", "url": "https://files.pythonhosted.org/packages/e3/2a/7cd46a0a09c7470bf12b40706ca263e84648a05b023b5a4dc7af8e6d2703/convtt-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97d519f5a30ff404fb681a6f6477ad3c", "sha256": "b63ae95e85e5762eef0bf9966772afd0cce921e9a7709f819ed51f9e99b76dba" }, "downloads": -1, "filename": "convtt-0.0.2.tar.gz", "has_sig": false, "md5_digest": "97d519f5a30ff404fb681a6f6477ad3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27294, "upload_time": "2019-02-12T04:38:57", "url": "https://files.pythonhosted.org/packages/d1/63/bd457d1f6ba46608445c11bedc271510c6adbe22eba5a4584a69eebe1072/convtt-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ba969ccc3ea9b52491939e91b73de09", "sha256": "b5c15be545cd9d83930459565172af5e9c60e186f4f70e24ca3869f4702251f0" }, "downloads": -1, "filename": "convtt-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7ba969ccc3ea9b52491939e91b73de09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42188, "upload_time": "2019-02-12T04:38:55", "url": "https://files.pythonhosted.org/packages/e3/2a/7cd46a0a09c7470bf12b40706ca263e84648a05b023b5a4dc7af8e6d2703/convtt-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97d519f5a30ff404fb681a6f6477ad3c", "sha256": "b63ae95e85e5762eef0bf9966772afd0cce921e9a7709f819ed51f9e99b76dba" }, "downloads": -1, "filename": "convtt-0.0.2.tar.gz", "has_sig": false, "md5_digest": "97d519f5a30ff404fb681a6f6477ad3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27294, "upload_time": "2019-02-12T04:38:57", "url": "https://files.pythonhosted.org/packages/d1/63/bd457d1f6ba46608445c11bedc271510c6adbe22eba5a4584a69eebe1072/convtt-0.0.2.tar.gz" } ] }