Metadata-Version: 2.1
Name: pytorch-yard
Version: 2022.8.23
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.8
Description-Content-Type: text/x-rst
License-File: LICENSE

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
