Skip to main content

tensorflow layers, models

Project description

tensorflow-modules

tensorflow layers, models

Requirements

  • python >= 3.8.6

Setup

create venv

$ python -m venv $(pwd)

activate venv

$ source bin/activate
$ pip install -r requirements.txt

deactivate venv

$ deactivate

test

$ python -m unittest discover tests

package release

  • release
$ rm -rf tensorflow_modules.egg-info/* dist/*
$ python setup.py sdist bdist_wheel
$ twine upload --repository pypi dist/*
  • check
$ open https://pypi.org/project/tensorflow-modules
$ pip --no-cache-dir install --upgrade tensorflow-modules

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tensorflow-modules-0.0.8.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

tensorflow_modules-0.0.8-py3-none-any.whl (20.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page