Metadata-Version: 2.1
Name: pytorch-yard
Version: 0.0.4
Summary: PyTorch experiment runner
Home-page: https://github.com/karolpiczak/pytorch-yard
Author: Karol J. Piczak
Author-email: karol@piczak.com
License: MIT
Project-URL: Bug Tracker, https://github.com/karolpiczak/pytorch-yard/issues
Keywords: neural networks,PyTorch,PyTorch Lightning,Hydra,wandb,code template
Platform: any
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: coolname
Requires-Dist: hydra-configs-pytorch-lightning
Requires-Dist: hydra-core (>=1.1.0)
Requires-Dist: pytest
Requires-Dist: python-dotenv
Requires-Dist: pytorch-lightning-bolts (>=0.3.2)
Requires-Dist: pytorch-lightning (>=1.3.8)
Requires-Dist: rich
Requires-Dist: setproctitle
Requires-Dist: torchstat
Requires-Dist: torchsummary
Requires-Dist: tqdm
Requires-Dist: typer
Requires-Dist: wandb

PyTorch Yard - PyTorch experiment runner
========================================

Work in progress.

Requires manual installation of hydra-torch configs:

- hydra-configs-torch @ git+https://github.com/pytorch/hydra-torch/#subdirectory=hydra-configs-torch
- hydra-configs-torchvision @ git+https://github.com/pytorch/hydra-torch/#subdirectory=hydra-configs-torchvision

::
    pip install git+https://github.com/pytorch/hydra-torch/#subdirectory=hydra-configs-torch git+https://github.com/pytorch/hydra-torch/#subdirectory=hydra-configs-torchvision


