Skip to content
/ ez-torch Public

Utility functions and fluent interface for PyTorch tensors and modules

License

Notifications You must be signed in to change notification settings

ichko/ez-torch

Repository files navigation

EZTorch

Utility functions and fluent interface for PyTorch tensors and modules

Installation

PIP

# Latest release
pip install ez-torch

# Dev version 
pip install git+https://github.com/ichko/ez-torch

From repo

git clone https://github.com/ichko/ez-torch
cd ez-torch
poetry install
poetry run pytest

Examples

...