All Projects → spotify → spotify-tensorflow

spotify / spotify-tensorflow

Licence: Apache-2.0 license
Provides Spotify-specific TensorFlow helpers

Programming Languages

python
139335 projects - #7 most used programming language
scala
5932 projects
shell
77523 projects

Projects that are alternatives of or similar to spotify-tensorflow

relay-helpers
Helpers to simplify and enhance Relay (https://facebook.github.io/relay/)
Stars: ✭ 19 (-83.9%)
Mutual labels:  utils
snapdragon-util
Utilities for the snapdragon parser/compiler.
Stars: ✭ 17 (-85.59%)
Mutual labels:  utils
JavaBaseUtils
Java常用工具类包
Stars: ✭ 22 (-81.36%)
Mutual labels:  utils
ramdu
Small utils set built around Ramda
Stars: ✭ 18 (-84.75%)
Mutual labels:  utils
utils
Common utils used by PSR-15 middlewares
Stars: ✭ 47 (-60.17%)
Mutual labels:  utils
exfatprogs
exFAT filesystem userspace utilities
Stars: ✭ 26 (-77.97%)
Mutual labels:  utils
fileutils
Golang file system utils such as copy files and directories
Stars: ✭ 19 (-83.9%)
Mutual labels:  utils
HttpUrlConnectionUtilDemo
写小demo的时候,用Android成熟的网络框架有些大炮打蚊子,所以用最简单的方式写了一个网络工具类,注意,这个只是工具类...
Stars: ✭ 31 (-73.73%)
Mutual labels:  utils
deep utils
An open-source toolkit which is full of handy functions, including the most used models and utilities for deep-learning practitioners!
Stars: ✭ 73 (-38.14%)
Mutual labels:  utils
react-semantic-render
Semantic helper components for rendering content with React.
Stars: ✭ 13 (-88.98%)
Mutual labels:  utils
wx-tool
微信小程序工具类
Stars: ✭ 31 (-73.73%)
Mutual labels:  utils
Comet
iOS 项目的 Swift 基础库,提供常用组件、便利方法等。支持 Swift 3.x、Swift 4.x,iOS 8.0+
Stars: ✭ 49 (-58.47%)
Mutual labels:  utils
utils
General serverless utilities
Stars: ✭ 30 (-74.58%)
Mutual labels:  utils
GoGPUtils
Enhance productivity and avoid to reinvent the wheel every time that you start a Go project
Stars: ✭ 29 (-75.42%)
Mutual labels:  utils
anyangdp-frame
基于mybatis,springboot,tk.mybatis等框架二次开发,实现crud,controller,service,dao。
Stars: ✭ 16 (-86.44%)
Mutual labels:  utils
XinFramework
Android 快速开发框架 总结以往开发结合三方项目 不断更新
Stars: ✭ 21 (-82.2%)
Mutual labels:  utils
perl-scripts
A nice collection of day-to-day Perl scripts.
Stars: ✭ 92 (-22.03%)
Mutual labels:  utils
utils
⚡ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Stars: ✭ 21 (-82.2%)
Mutual labels:  utils
vue-functional-data-merge
Vue.js util for intelligently merging data passed to functional components.
Stars: ✭ 100 (-15.25%)
Mutual labels:  utils
skeletoid
Bootstrapping and Utils code for Android applications 🤖made at Mindera 💛
Stars: ✭ 24 (-79.66%)
Mutual labels:  utils

MAINTENANCE MODE

THIS PROJECT IS IN MAINTENANCE MODE DUE TO THE FACT THAT IT'S NOT WIDELY USED WITHIN SPOTIFY. WE'LL PROVIDE BEST EFFORT SUPPORT FOR ISSUES AND PULL REQUESTS BUT DO EXPECT DELAY IN RESPONSES.

spotify-tensorflow

Build Status Coverage GitHub license PyPI version

Purpose:

Provide Spotify specific TensorFlow helpers.

Features

  • tf.data integration with Featran
  • common Dataset API to read:
    • TFRecord datasets as tf.Tensor
    • TFRecord datasets as Pandas DataFrame
    • TFRecord datasets as python dict
  • tf.Graph freezing utilities
  • TensorFlow integration with Luigi

Examples:

Check examples in the examples directory, currently they include:

  • sklearn training via Pandas DataFrame dataset
  • XGBoost training via tf.Example dataset
  • TensorFlow training via tf.Example dataset

To run the examples:

$ pip install -e .[examples]
$ bin/run-examples

Development:

This project uses tox.

$ pip install tox

To see all testenv's:

$ tox -l
mypy
lint
examples-py27
examples-py35
test-py27
test-py35
upload-coverage
license

To run the tests:

tox -e test

To release:

git commit --allow-empty -m "Release x.y.z"
git tag x.y.z
git push --tags  origin master

Then upload to pypi:

python setup.py sdist upload -r pypi
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].