jackd / jk-utils

JackD's keras utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

JackD's keras utilities

License:Apache License 2.0


Languages

Language:Python 100.0%