fast-ple


Namefast-ple JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/anhvth/pl_exp/
SummaryPytorchLightning experiment template
upload_time2022-12-19 15:43:33
maintainer
docs_urlNone
authoranh vo
requires_python>=3.7
licenseApache Software License 2.0
keywords pytorchlightning experiment templete for fast ai model development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            LitClassifier
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## How to use

``` bash
git clone https://github.com/anhvth/litclassifier
pip install -e ./litclassifier
```

## Trainer example

``` bash
lit_trainer --help
# Demo training with simple mnist model
# To change model please take a look at `configs/00_mnist_vanila.py`
lit_trainer configs/00_mnist_vanila.py
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/anhvth/pl_exp/",
    "name": "fast-ple",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "PytorchLightning experiment templete for fast ai model development",
    "author": "anh vo",
    "author_email": "anhvth.226@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/66/0e/eeb5f4416c0f30786e13db6c7825449ea00d8d15a366ee4309ccf160fa14/fast_ple-0.0.4.tar.gz",
    "platform": null,
    "description": "LitClassifier\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## How to use\n\n``` bash\ngit clone https://github.com/anhvth/litclassifier\npip install -e ./litclassifier\n```\n\n## Trainer example\n\n``` bash\nlit_trainer --help\n# Demo training with simple mnist model\n# To change model please take a look at `configs/00_mnist_vanila.py`\nlit_trainer configs/00_mnist_vanila.py\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "PytorchLightning experiment template",
    "version": "0.0.4",
    "split_keywords": [
        "pytorchlightning",
        "experiment",
        "templete",
        "for",
        "fast",
        "ai",
        "model",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f1d5b3f5130dccaa89f373be9c4554e0",
                "sha256": "42f8c2fd61dc21bcc604de4aae133b20d385f4de83c0b6656862c38fb49e72e2"
            },
            "downloads": -1,
            "filename": "fast_ple-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f1d5b3f5130dccaa89f373be9c4554e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27809,
            "upload_time": "2022-12-19T15:43:31",
            "upload_time_iso_8601": "2022-12-19T15:43:31.928833Z",
            "url": "https://files.pythonhosted.org/packages/f1/9a/3db660dbd570d571b84a95baf84ba8646963fea19f7a82386aaf9d18a953/fast_ple-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "4b60db7be06191dba940e74fc4629725",
                "sha256": "7817bf6c9d8b9fd1e3e7ddfb02ee16a66f3b5b678a54ae3087bcd5cb065b3930"
            },
            "downloads": -1,
            "filename": "fast_ple-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4b60db7be06191dba940e74fc4629725",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26080,
            "upload_time": "2022-12-19T15:43:33",
            "upload_time_iso_8601": "2022-12-19T15:43:33.727780Z",
            "url": "https://files.pythonhosted.org/packages/66/0e/eeb5f4416c0f30786e13db6c7825449ea00d8d15a366ee4309ccf160fa14/fast_ple-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-19 15:43:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "anhvth",
    "github_project": "pl_exp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fast-ple"
}
        
Elapsed time: 0.02236s