An exporter for machine learning models built with keras to work with revise projects
Project description
revise-x
Use this python package to export models trained with keras into a format that can be consumed by revise
Documentation
Currently revise does not support all neural architectures, optimizers, or activation functions.
For a list of supported functions, see the revise documentation.
Contributing
We still haven't setup ground rules for contribution. For now, email noheltycolton@gmail.com if you would like to contribute, and we will go from there.
Setup
Install dependencies for distribution by running: pipenv install
Creating distribution packages
To generate a source distribution, simply run
pipenv run python setup.py sdist
To generate a pre-built package with wheel use
pipenv run python setup.py bdist_wheel
Uploading Package to testPyPI
To upload the packages in dist to the test python distribution site, you'll need to create an account at test.pypi.org.
Then you can run
pipenv run twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Enter credentials, and done.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for revise-x-0.0.2.macosx-10.13-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7752e345a9367affd2adde40c2ebde5947eac96043267777a8c2ed68c6986c8a |
|
MD5 | 88a28964b4c17a4dbdba083ae064f8e5 |
|
BLAKE2b-256 | 2f6f7b3510a3414faef75b5e1e8a62060dfc466dfe244d834114e56fa85428a8 |