PhoenixDL / PytorchLightningTools

Additional tools for pytorch lightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Template Repo

Quick Setup

  • update setup.py (name)
  • rename folder of package
  • update setup.cfg (versionfile_source, versionfile_build)
  • pip install versioneer and versioneer install

Optional for codecov

  • create token on codecov.com and add is as CODECOV_TOKEN
  • uncomment Upload coverage to Codecov in .github/workflows.unittests.yml

About

Additional tools for pytorch lightning

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%