/jk-utils

JackD's keras utilities

Primary LanguagePythonApache License 2.0Apache-2.0

JackD's Keras Utilities

Code style: black

Pre-commit

This package uses pre-commit to ensure commits meet minimum criteria. To Install, use

pip install pre-commit
pre-commit install

This will ensure git hooks are run before each commit. While it is not advised to do so, you can skip these hooks with

git commit --no-verify -m "commit message"