-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Karol Cyganik edited this page Oct 16, 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
$ 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.