deepcs


Namedeepcs JSON
Version 0.2.8 PyPI version JSON
download
home_page
Summarydeepcs provides utilitary functions for the CentraleSupelec deeplearning lab works
upload_time2023-12-13 08:37:54
maintainer
docs_urlNone
author
requires_python>=3.8
licenseSPDX-License-Identifier: CECILL-C Copyright (C) 2020- CentraleSupélec and contributors deepcs is available under the terms of the Cecill-C License (see Licence_CeCILL-C.txt).
keywords deep learning centralesupelec
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Deepcs package

The package can be installed with pip, see the [pypi page](https://pypi.org/project/deepcs/)

This package is used within the deeplearning labs at CentraleSupélec you can access on [this page](https://github.com/jeremyfix/deeplearning-lectures).

It provides some handy high level functions :

- for the training and validation loops
- for displaying the summary of a model and progress during training
- for easily getting unique log directories for logging the training with your tensorboard writer

Note, though, that if you ended up on this page, you may still be interested in more professional libraries such as [torch lightning](https://www.pytorchlightning.ai/) which provides you with the high level pytorch scripting we need for easily experimenting.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "deepcs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Jeremy Fix <jeremy.fix@centralesupelec.fr>",
    "keywords": "deep learning,CentraleSupelec",
    "author": "",
    "author_email": "Jeremy Fix <jeremy.fix@centralesupelec.fr>",
    "download_url": "https://files.pythonhosted.org/packages/bd/3f/e16b880616ff888c6d8b28f336aa2fe3ef484f72f05b71b477659418d3e7/deepcs-0.2.8.tar.gz",
    "platform": null,
    "description": "# Deepcs package\n\nThe package can be installed with pip, see the [pypi page](https://pypi.org/project/deepcs/)\n\nThis package is used within the deeplearning labs at CentraleSup\u00e9lec you can access on [this page](https://github.com/jeremyfix/deeplearning-lectures).\n\nIt provides some handy high level functions :\n\n- for the training and validation loops\n- for displaying the summary of a model and progress during training\n- for easily getting unique log directories for logging the training with your tensorboard writer\n\nNote, though, that if you ended up on this page, you may still be interested in more professional libraries such as [torch lightning](https://www.pytorchlightning.ai/) which provides you with the high level pytorch scripting we need for easily experimenting.\n",
    "bugtrack_url": null,
    "license": "SPDX-License-Identifier: CECILL-C  Copyright (C) 2020- CentraleSup\u00e9lec and contributors  deepcs is available under the terms of the Cecill-C License (see Licence_CeCILL-C.txt). ",
    "summary": "deepcs provides utilitary functions for the CentraleSupelec deeplearning lab works",
    "version": "0.2.8",
    "project_urls": null,
    "split_keywords": [
        "deep learning",
        "centralesupelec"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07a83eac8b4f164bec6625825f1f4197905ec62cb41171277c9898fce63f627f",
                "md5": "307970d4ebf509f1bedb7f3e8b6fd85b",
                "sha256": "8a3dae6135b0529109668dbf5a4da13ace1e4dea7ec37d43c085aa07eeee1181"
            },
            "downloads": -1,
            "filename": "deepcs-0.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "307970d4ebf509f1bedb7f3e8b6fd85b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8468,
            "upload_time": "2023-12-13T08:37:52",
            "upload_time_iso_8601": "2023-12-13T08:37:52.497678Z",
            "url": "https://files.pythonhosted.org/packages/07/a8/3eac8b4f164bec6625825f1f4197905ec62cb41171277c9898fce63f627f/deepcs-0.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd3fe16b880616ff888c6d8b28f336aa2fe3ef484f72f05b71b477659418d3e7",
                "md5": "7117dd0d0eb0c959ed350d0c3a3f4b5b",
                "sha256": "5769ad2495a0d01babfd806f00b814b322dac9d2364607c0d10eb1628cb5ecf0"
            },
            "downloads": -1,
            "filename": "deepcs-0.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "7117dd0d0eb0c959ed350d0c3a3f4b5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21978,
            "upload_time": "2023-12-13T08:37:54",
            "upload_time_iso_8601": "2023-12-13T08:37:54.091248Z",
            "url": "https://files.pythonhosted.org/packages/bd/3f/e16b880616ff888c6d8b28f336aa2fe3ef484f72f05b71b477659418d3e7/deepcs-0.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 08:37:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "deepcs"
}
        
Elapsed time: 0.16000s