Metadata-Version: 2.1
Name: power-cogs
Version: 0.4.2
Summary: A set of useful research templates for deep learning projects
Home-page: UNKNOWN
Author: Shyam Sudhakaran
Author-email: shyamsnair@protonmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: tensorboard (==2.4.0)
Requires-Dist: torch
Requires-Dist: hydra-core (==1.1.0.rc1)
Requires-Dist: pydantic
Requires-Dist: numpy
Requires-Dist: attrs
Requires-Dist: loguru
Requires-Dist: torchsummaryX
Requires-Dist: matplotlib
Requires-Dist: einops
Requires-Dist: tqdm
Requires-Dist: ipython (==7.23.1)
Requires-Dist: ipywidgets
Requires-Dist: ipython-genutils (==0.2.0)
Requires-Dist: wcwidth
Requires-Dist: ptyprocess (==0.6.0)
Requires-Dist: pytz
Requires-Dist: ansible-please
Requires-Dist: gym
Requires-Dist: docker (==3.7.0)
Requires-Dist: wandb (==0.9.7)
Requires-Dist: omegaconf (==2.1.0.rc1)

power_cogs
==================

.. image:: https://img.shields.io/pypi/v/power_cogs.svg
    :target: https://pypi.python.org/pypi/power_cogs
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/kragniz/cookiecutter-pypackage-minimal.png
   :target: https://travis-ci.org/kragniz/cookiecutter-pypackage-minimal
   :alt: Latest Travis CI build status

A template for deep learning projects utilizing hydra for configuration, ray for execution, mlflow, tensorboard, and w&b for metrics + artifact collection

Usage
-----

run `python setup_project.py` and enter new project name to change paths


Installation
------------

Requirements
^^^^^^^^^^^^

Compatibility
-------------

Licence
-------

Authors
-------

`power_cogs` was written by `Shyam Sudhakaran <shyamsnair97@gmail.com>`_.


