Skip to content

Contributing

sebastian_chwilczynski edited this page Nov 21, 2023 · 3 revisions

To get started, first clone the repo and install our package in editable mode with extra dev options:

git clone https://github.com/SebChw/art.git && cd art
pip install -e .[dev]

If you are to push your code please use

tox

to make sure every check passes

To build documentation use our docs' makefile:

$ cd docs
$ sphinx-apidoc -o .\source\apidocs ..\art\
$ make clean
$ make html

Notes:

  • Import lightning consistent as lightning
  • Survey that aims to gather insights and information about the current practices, challenges, and advancements in training deep neural networks.
Clone this wiki locally