torchtemplates


Nametorchtemplates JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/aneesh-aparajit/torchtemplates
SummaryA package to create pytorch projects quickly
upload_time2023-03-12 12:52:34
maintainer
docs_urlNone
authorAneesh Aparajit G
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Torch Templates


- The file structure is vastly inspired from [madewithml.com](https://madewithml.com/) and many Kaggle Kernels from top kagglers.

- Till now, this would create a package for you with the `setup.py` and the `requirements.txt`.
- TODO:
    - Add TODO for hyperparameter tuning.

## File structure
```
- src
    - config
        - config.py
    - project_name
        - main.py
        - dataset.py
        - model.py
        - train.py
        - utils.py
        - hyparam.py (need to add...)
    - README.md
    - requirements.txt
```

## How to use?

### Install
```bash
pip install torchtemplates
```

### Commands
```bash
torchtemplates --help
```

### `init`
```bash
torchtemplates init
```

### `new-pipeline`
```bash
torchtemplates new-pipeline image testing
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aneesh-aparajit/torchtemplates",
    "name": "torchtemplates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aneesh Aparajit G",
    "author_email": "aneeshaparajit.g2002@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/c2/ae7daf9c4070636dd1fb409d3105cc26603a30e7ff135767fba717539d96/torchtemplates-1.0.0.tar.gz",
    "platform": null,
    "description": "# Torch Templates\n\n\n- The file structure is vastly inspired from [madewithml.com](https://madewithml.com/) and many Kaggle Kernels from top kagglers.\n\n- Till now, this would create a package for you with the `setup.py` and the `requirements.txt`.\n- TODO:\n    - Add TODO for hyperparameter tuning.\n\n## File structure\n```\n- src\n    - config\n        - config.py\n    - project_name\n        - main.py\n        - dataset.py\n        - model.py\n        - train.py\n        - utils.py\n        - hyparam.py (need to add...)\n    - README.md\n    - requirements.txt\n```\n\n## How to use?\n\n### Install\n```bash\npip install torchtemplates\n```\n\n### Commands\n```bash\ntorchtemplates --help\n```\n\n### `init`\n```bash\ntorchtemplates init\n```\n\n### `new-pipeline`\n```bash\ntorchtemplates new-pipeline image testing\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to create pytorch projects quickly",
    "version": "1.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b8b0acc335b1d60f34dc422ee2c26a86ed1f810550302c63586fb7598534c79",
                "md5": "c6a2bff00de3d9e3b8ecbd662378974d",
                "sha256": "990aba9819c8dfacadbd495dce74c3286abb008ffb597b14c9b72e019ba11907"
            },
            "downloads": -1,
            "filename": "torchtemplates-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6a2bff00de3d9e3b8ecbd662378974d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15006,
            "upload_time": "2023-03-12T12:52:32",
            "upload_time_iso_8601": "2023-03-12T12:52:32.646268Z",
            "url": "https://files.pythonhosted.org/packages/3b/8b/0acc335b1d60f34dc422ee2c26a86ed1f810550302c63586fb7598534c79/torchtemplates-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dc2ae7daf9c4070636dd1fb409d3105cc26603a30e7ff135767fba717539d96",
                "md5": "a0f3ff32c150d9a110661af033236cab",
                "sha256": "9ea3b5d714e0af009f5beb8bda8192b18d64d08aba39da59547dc688a052990a"
            },
            "downloads": -1,
            "filename": "torchtemplates-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a0f3ff32c150d9a110661af033236cab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9606,
            "upload_time": "2023-03-12T12:52:34",
            "upload_time_iso_8601": "2023-03-12T12:52:34.867100Z",
            "url": "https://files.pythonhosted.org/packages/8d/c2/ae7daf9c4070636dd1fb409d3105cc26603a30e7ff135767fba717539d96/torchtemplates-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 12:52:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "aneesh-aparajit",
    "github_project": "torchtemplates",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "torchtemplates"
}
        
Elapsed time: 0.05794s