gonzfe05 / test_nn_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_nn_template

CI Docs NN Template Python Code style: black

A new awesome project.

Installation

pip install git+ssh://git@github.com/gonzfe05/test_nn_template.git

Quickstart

Development installation

Setup the development environment:

git clone git@github.com:gonzfe05/test_nn_template.git
cd test_nn_template
conda env create -f env.yaml
conda activate test_nn_template
pre-commit install

Run the tests:

pre-commit run --all-files
pytest -v

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

About

License:MIT License


Languages

Language:Python 86.7%Language:Jupyter Notebook 13.3%