Git Product home page Git Product logo

liteflow's Introduction

LiTeFlow

LiTeFlow is a Lightweight TensorFlow extension library. It collects a bunch of functions that can help you building and testing some complex neural network layers.

DISCLAIMER

LiTeFlow is not intended to be a super-layer like Keras or Lasagne: it's just a collection of handy off-the-shelf code snippets that can make us save some time when implementing some common operations. As soon as the official TensorFlow project will be provided with higher level APIs, thisl library will become useless -- I know, with such a cool name it's kind of a waste, but building something more is way beyond the scope of my work and my abilities. Said that: have fun!

Installation.

Do you run a GPU or CPU? Whatever, you need to install the proper tensorflow version before installing LiTeFlow. To use LiTeFlow, you can install it via pip running:

$ pip install git+https://github.com/petrux/LiTeFlow.git@master

Development

If you wan to contribute to LiTeFlow or just dig a bit deeper into it, clone the repository:

$ git clone https://github.com/petrux/LiTeFlow.git

then get into the directory and run one of the script in the bin directory to create a virtual environent to work with:

$ cd LiTeFlow
$ ./bin/py3venv.sh

We strongly recommend to use Python 3 and to run a virtual environment. The ./bin/py3venv.sh script will create a .py3venv directory with the virtual environment. Now, you just need to activate it and install the proper version of TensorFlow for your machine (GPU or CPU).

$ source .py3venv/bin/activate
$ pip install tensorflow-gpu

liteflow's People

Contributors

petrux avatar frankilepro avatar

Watchers

James Cloos avatar

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.