Git Product home page Git Product logo

tfutils's Introduction

tfutils

tfutils is a Python package written to make using TensorFlow for multi-GPU easier.

For using multiple GPUs, TensorFlow usually expects the user to code using the tf.nn modules, however, these modules are not quite as easy to use as compared to some of the higher level APIs. For example, in tf.nn, you need to manually calculate the size of the weight matrices required in conv operations.

On the other hand, higher level APIs offer the ease of use, but using them to build custom graphs spanning multiple GPUs is a f***ing pain.

tfutils plans to majorly solve this issue with its layers module, by using two extra params: wt_device and op_device.

Apart from this, tfutils also has two more modules: vector and meta

The vector module is used for some convenient operations that aren't supported by TensorFlow out-of-the-box.

The meta module is used for dealing with TensorFlow's (kinda complicated) scoping and session systems.

Development is still underway, but most of the important features are already added. Stay tuned.

tfutils's People

Contributors

shrijitsingh99 avatar squadrick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

xjtueducation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.