seeder


Nameseeder JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/dsm-72/seeder
Summaryutil torch
upload_time2024-04-07 13:23:25
maintainerNone
docs_urlNone
authordsm-72
requires_python>=3.11
licenseApache Software License 2.0
keywords utility for seeding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # seeder

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

## Developer Guide

### Setup

``` sh
# create conda environment
$ mamba env create -f env.yml

# update conda environment
$ mamba env update -n seeder --file env.yml
```

### Install

``` sh
pip install -e .

# install from pypi
pip install seeder
```

### nbdev

``` sh
# activate conda environment
$ conda activate seeder

# make sure the seeder package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to the seeder package
$ nbdev_prepare
```

### Publishing

``` sh
# publish to pypi
$ nbdev_pypi

# publish to conda
$ nbdev_conda --build_args '-c conda-forge'
$ nbdev_conda --mambabuild --build_args '-c conda-forge -c dsm-72'
```

# Usage

## Installation

Install latest from the GitHub
[repository](https://github.com/dsm-72/seeder):

``` sh
$ pip install git+https://github.com/dsm-72/seeder.git
```

or from [conda](https://anaconda.org/dsm-72/seeder)

``` sh
$ conda install -c dsm-72 seeder
```

or from [pypi](https://pypi.org/project/seeder/)

``` sh
$ pip install seeder
```

## Documentation

Documentation can be found hosted on GitHub
[repository](https://github.com/dsm-72/seeder)
[pages](https://dsm-72.github.io/seeder/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/dsm-72/seeder) and
[pypi](https://pypi.org/project/seeder/) respectively.

## NumPy Documentation:

- [`np.DataSource`](https://numpy.org/doc/stable/reference/generated/numpy.DataSource.html)

## PyTorch Documentation:

- [`TorchData`](https://pytorch.org/data/beta/index.html)
- [How to Package PyTorch
  Models](https://pytorch.org/docs/stable/package.html)
- [`torch.monitor.Event`](https://pytorch.org/docs/stable/monitor.html#torch.monitor.Event)
- [`torchvision`](https://pytorch.org/vision/stable/index.html)
- [`torchvision.Datasets.VisionDataset`](https://pytorch.org/vision/stable/generated/torchvision.datasets.VisionDataset.html#torchvision.datasets.VisionDataset)
- [`torchvision.utils.flow_to_image`](https://pytorch.org/vision/stable/generated/torchvision.utils.flow_to_image.html)

## PyTorch Models to Consider:

- [Diffusion Video
  AutoEncoders](https://github.com/man805/Diffusion-Video-Autoencoders)
- [ConvLSTM
  AutoEncoder](https://holmdk.github.io/2020/04/02/video_prediction.html)
- [Recurrent All Pairs Field Transforms for Optical
  Flow](https://github.com/princeton-vl/RAFT/blob/master/core/raft.py)
- [Optical Flow Toolbox
  (`mmflow`)](https://github.com/open-mmlab/mmflow/blob/master/docs/en/intro.md)
- [`torchvision.models.optical_flow.raft`](https://github.com/pytorch/vision/blob/main/torchvision/models/optical_flow/raft.py)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dsm-72/seeder",
    "name": "seeder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "utility for seeding",
    "author": "dsm-72",
    "author_email": "sumner.magruder@yale.edu",
    "download_url": "https://files.pythonhosted.org/packages/43/3f/cd77c7eae8517a22e2a2cd84f990b4ae65db3c0ea30d4527afb1cfae262e/seeder-0.0.5.tar.gz",
    "platform": null,
    "description": "# seeder\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Developer Guide\n\n### Setup\n\n``` sh\n# create conda environment\n$ mamba env create -f env.yml\n\n# update conda environment\n$ mamba env update -n seeder --file env.yml\n```\n\n### Install\n\n``` sh\npip install -e .\n\n# install from pypi\npip install seeder\n```\n\n### nbdev\n\n``` sh\n# activate conda environment\n$ conda activate seeder\n\n# make sure the seeder package is installed in development mode\n$ pip install -e .\n\n# make changes under nbs/ directory\n# ...\n\n# compile to have changes apply to the seeder package\n$ nbdev_prepare\n```\n\n### Publishing\n\n``` sh\n# publish to pypi\n$ nbdev_pypi\n\n# publish to conda\n$ nbdev_conda --build_args '-c conda-forge'\n$ nbdev_conda --mambabuild --build_args '-c conda-forge -c dsm-72'\n```\n\n# Usage\n\n## Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/dsm-72/seeder):\n\n``` sh\n$ pip install git+https://github.com/dsm-72/seeder.git\n```\n\nor from [conda](https://anaconda.org/dsm-72/seeder)\n\n``` sh\n$ conda install -c dsm-72 seeder\n```\n\nor from [pypi](https://pypi.org/project/seeder/)\n\n``` sh\n$ pip install seeder\n```\n\n## Documentation\n\nDocumentation can be found hosted on GitHub\n[repository](https://github.com/dsm-72/seeder)\n[pages](https://dsm-72.github.io/seeder/). Additionally you can find\npackage manager specific guidelines on\n[conda](https://anaconda.org/dsm-72/seeder) and\n[pypi](https://pypi.org/project/seeder/) respectively.\n\n## NumPy Documentation:\n\n- [`np.DataSource`](https://numpy.org/doc/stable/reference/generated/numpy.DataSource.html)\n\n## PyTorch Documentation:\n\n- [`TorchData`](https://pytorch.org/data/beta/index.html)\n- [How to Package PyTorch\n  Models](https://pytorch.org/docs/stable/package.html)\n- [`torch.monitor.Event`](https://pytorch.org/docs/stable/monitor.html#torch.monitor.Event)\n- [`torchvision`](https://pytorch.org/vision/stable/index.html)\n- [`torchvision.Datasets.VisionDataset`](https://pytorch.org/vision/stable/generated/torchvision.datasets.VisionDataset.html#torchvision.datasets.VisionDataset)\n- [`torchvision.utils.flow_to_image`](https://pytorch.org/vision/stable/generated/torchvision.utils.flow_to_image.html)\n\n## PyTorch Models to Consider:\n\n- [Diffusion Video\n  AutoEncoders](https://github.com/man805/Diffusion-Video-Autoencoders)\n- [ConvLSTM\n  AutoEncoder](https://holmdk.github.io/2020/04/02/video_prediction.html)\n- [Recurrent All Pairs Field Transforms for Optical\n  Flow](https://github.com/princeton-vl/RAFT/blob/master/core/raft.py)\n- [Optical Flow Toolbox\n  (`mmflow`)](https://github.com/open-mmlab/mmflow/blob/master/docs/en/intro.md)\n- [`torchvision.models.optical_flow.raft`](https://github.com/pytorch/vision/blob/main/torchvision/models/optical_flow/raft.py)\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "util torch",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/dsm-72/seeder"
    },
    "split_keywords": [
        "utility",
        "for",
        "seeding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bf29687654cb1d5bbc33accf38f4ead0e644790d750e3bdba54808c3ef1ad8e",
                "md5": "13688e747c4f5dde0d0416bf47012c30",
                "sha256": "ef37dad03fc60a424d5e0fd91f28918c38cd76129fd1fad1e90e9555ae8a8d05"
            },
            "downloads": -1,
            "filename": "seeder-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13688e747c4f5dde0d0416bf47012c30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 9415,
            "upload_time": "2024-04-07T13:23:23",
            "upload_time_iso_8601": "2024-04-07T13:23:23.096112Z",
            "url": "https://files.pythonhosted.org/packages/3b/f2/9687654cb1d5bbc33accf38f4ead0e644790d750e3bdba54808c3ef1ad8e/seeder-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "433fcd77c7eae8517a22e2a2cd84f990b4ae65db3c0ea30d4527afb1cfae262e",
                "md5": "b61d331d85067f485dc292d631fc2d2f",
                "sha256": "49d6c2cad9bfc3c877c88646e0840d73e253337d7112e8ceb5fffa0a896b740b"
            },
            "downloads": -1,
            "filename": "seeder-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b61d331d85067f485dc292d631fc2d2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 9860,
            "upload_time": "2024-04-07T13:23:25",
            "upload_time_iso_8601": "2024-04-07T13:23:25.044262Z",
            "url": "https://files.pythonhosted.org/packages/43/3f/cd77c7eae8517a22e2a2cd84f990b4ae65db3c0ea30d4527afb1cfae262e/seeder-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 13:23:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dsm-72",
    "github_project": "seeder",
    "github_not_found": true,
    "lcname": "seeder"
}
        
Elapsed time: 0.22672s