/template-up2date-setting

template for settings that chless uses recently

Primary LanguagePythonMIT LicenseMIT

Introduction

This is pytorch template equipped with git hooks and util tools


Integrated tools

  • Git hooks
    • Black
    • flake8
    • isort

Usage

Before any commit, follow below instructions.

  1. Construct your environment using dockerfile or other way.
  2. Install specified git-hooks in .pre-commit-config.yaml using pre-commit install.
  3. Do anything.