gpnlab / ccgpn

A Cookiecutter template for data science projects.

Home Page:https://gpnlab.github.io/ccgpn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccgpn-logo

Cookiecutter GPN:

A flexible template for implementing and sharing machine learning models.

Project Website


For a detailed description of this cookiecutter template, visit: https://gnplab.github.io/ccgpn/

Requirements to use this cookiecutter:


  • Python 2.7 or 3.8+
  • PyTorch >= 1.9
  • Tensorboard >= 2.6
  • Cookiecutter Python package >= 1.7.0:
  • This can be installed with pip by or conda depending on how you manage your Python packages:
$ pip install cookiecutter

or

$ conda config --add channels conda-forge
$ conda install cookiecutter

To start a new project, run:


$ cookiecutter https://github.com/gpnlab/ccgpn

Contributing


Best practices change, tools evolve, and lessons are learned. The goal of this project is to make it easier to start, structure, and share an analysis. Pull requests and filing issues is encouraged. We'd love to hear what works for you, and what doesn't!

Acknowledgements


Many thanks to the Cookiecutter project (github), which is helping us all spend less time molding and more time getting things baked.

This cookiecutter was developed abreast the awesome Cookiecutter Data Science project (github), borrowing features from shablona (e.g. duecredit, travis CI) and inspired by the directory scaffold of Cookiecutter-Pytorch.

About

A Cookiecutter template for data science projects.

https://gpnlab.github.io/ccgpn

License:MIT License


Languages

Language:Python 84.7%Language:Makefile 11.1%Language:Batchfile 4.1%