Skip to main content

Quick and Distributed TensorFlow command framework

Project description

# tensorflow-qnd

[![Build Status](https://travis-ci.org/raviqqe/tensorflow-qnd.svg?branch=master)](https://travis-ci.org/raviqqe/tensorflow-qnd) [![License](https://img.shields.io/badge/license-unlicense-lightgray.svg)](https://unlicense.org)

Quick and Distributed TensorFlow command framework

tensorflow-qnd is a TensorFlow framework to create commands to experiment with models on multiple computers.

## Installation

Python 3.5+ and TensorFlow 0.12+ are required.

` $ pip3 install --user --upgrade tensorflow-qnd `

## Usage

WIP

## Examples

WIP

## Design

All users need to do is to define model and input functions.

  • Model function : features and labels… -> predictions, loss, train op, eval metrics (if any)

  • Input function : filename queue -> features, labels - Features and labels can be a dict of str to tf.Tensor or a single tf.Tensor. - Features and labels should be batched. - Its input is a filename queue so that users can use [Readers](https://www.tensorflow.org/api_docs/python/io_ops/readers#FixedLengthRecordReader).

## License

[The Unlicense](https://unlicense.org)

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-qnd-0.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

tensorflow_qnd-0.0.1-py3-none-any.whl (9.8 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