Welcome to Tensionflow’s documentation!

Readme File

# Tensionflow

[![Build Status](https://travis-ci.org/Curly-Mo/tensionflow.svg?branch=master)](https://travis-ci.org/Curly-Mo/tensionflow) [![Coverage](https://coveralls.io/repos/github/Curly-Mo/tensionflow/badge.svg)](https://coveralls.io/github/Curly-Mo/tensionflow) [![Documentation](https://readthedocs.org/projects/tensionflow/badge/?version=latest)](https://tensionflow.readthedocs.org/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/v/tensionflow.svg)](https://pypi.python.org/pypi/tensionflow) [![PyPI Pythons](https://img.shields.io/pypi/pyversions/tensionflow.svg)](https://pypi.python.org/pypi/tensionflow) [![License](https://img.shields.io/pypi/l/tensionflow.svg)](https://github.com/Curly-Mo/tensionflow/blob/master/LICENSE)

A Tensorflow framework for working with audio data.

## Features

  • TODO

## Usage

  • TODO

## Install

`console pip install tensionflow `

## Documentation See https://tensionflow.readthedocs.org/en/latest/

## Development `console pip install poetry cd tensionflow poetry install ` ### Run To run cli entrypoint: `console poetry run tensionflow --help `

### Tests `console poetry run tox `

### Docker To run with docker `console docker build -t tensionflow . docker run tensionflow:latest tensionflow --help `

tensionflow

tensionflow package

Subpackages

tensionflow.datasets package
Submodules
tensionflow.datasets.fma module
tensionflow.datasets.nsynth module
Module contents
tensionflow.models package
Submodules
tensionflow.models.base module
tensionflow.models.convpoolmodel module
Module contents
tensionflow.util package
Submodules
tensionflow.util.cli_util module
Module contents
tensionflow.util.default_of_type(dtype=<class 'int'>)[source]
tensionflow.util.get_all_subclasses(cls)[source]
tensionflow.util.identity_func(*args)[source]
tensionflow.util.indexify(labels, label_dict=None)[source]
tensionflow.util.map_if_collection(func, obj)[source]
tensionflow.util.one_hot(index_labels, num_labels)[source]
tensionflow.util.one_hot_to_some_hot(Y)[source]
tensionflow.util.one_hotify(labels, label_dict=None)[source]
tensionflow.util.wrap_tf_py_func(py_func, Tout)[source]

Submodules

tensionflow.cli module
tensionflow.feature module
tensionflow.processing module
class tensionflow.processing.Preprocessor(func, flatten=False)[source]

Bases: object

apply(dataset)[source]
class tensionflow.processing.PythonPreprocessor(func, output_dtypes, output_shapes, *args, **kwargs)[source]

Bases: tensionflow.processing.Preprocessor

apply(dataset)[source]

Module contents

Indices and tables