GithubHelp home page GithubHelp logo

y1ngyang / aeon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leliaonvidia/aeon

0.0 2.0 0.0 8.17 MB

module for data loading and transforming

Home Page: http://aeon.nervanasys.com

License: Apache License 2.0

CMake 1.13% Shell 0.46% Makefile 0.45% M4 0.44% C++ 89.13% C 0.30% Python 8.09%

aeon's Introduction

aeon

aeon is Intel Nervana's framework-independent deep learning dataloader committed to best performance. Designed for ease-of-use and extensibility.

  • Supports common media types: image, video, audio. It is ready for use with classification, segmentation, localization, transcription and more.
  • Loads and augments data in parallel to framework computation.
  • Examples folder contains simple scripts showing how to use it.

For fast iteration and model exploration, it is already used by fastest performance deep learning framework neon.

See the new features in our latest release.

Getting Started

Installation

First grab Aeon's dependencies:

Ubuntu (release 16.04 LTS and later):

apt-get install git clang libcurl4-openssl-dev libopencv-dev libsox-dev libboost-filesystem-dev libboost-system-dev libssl-dev
For Python 3.n
apt-get install python3-dev python3-pip python3-numpy

CentOS (release 7.2 and later):

yum install epel-release
yum install git clang gcc-c++ make cmake openssl-devel opencv-devel libcurl-devel sox-devel boost-devel boost-filesystem boost-system
For Python 2.7
yum install python-pip python-devel
For Python 3.n
yum install python-pip python34-pip python34-devel python34-opencv python34-numpy

OSX:

brew tap homebrew/science
brew install opencv
brew install sox
brew install boost

Distributed Aeon

Please take a look at distributed documentation.

Code coverage

Code coverage in aeon depends on llvm-cov and lcov.
Report will be generated in html-coverage-report/index.html

Example:

sudo apt-get install llvm lcov
mkdir build
cd build
# COVERAGE flag must be set to generate coverage report
cmake .. -DCOVERAGE=ON
# If you want to generate report when unit test fails: make -i coverage
make coverage

To install Aeon:

git clone https://github.com/NervanaSystems/aeon.git
For Python 2.7
cd aeon
pip install -r requirements.txt
mkdir -p build && cd $_ && cmake .. && pip install .
For Python 3.n
cd aeon
pip3 install -r requirements.txt
mkdir -p build && cd $_ && cmake .. && pip3 install .

Note: if installing system wide (as opposed to within a virtual environment) you may need to run sudo

Now continue on to the user guide to get started using aeon. Or to the developer guide to developing custom loaders/transformers.

Documentation

The complete documentation for aeon is available here.

Support

For any bugs or feature requests please:

Search the open and closed issues list to see if we're already working on what you have uncovered. Check that your issue/request isn't framework related. File a new issue or submit a new pull request if you have some code you'd like to contribute

License

We are releasing aeon under an open source Apache 2.0 License. We welcome you to contact us with your use cases.

aeon's People

Contributors

adrshv avatar apark263 avatar binarybana avatar dawnstone avatar kbinias avatar klysik-intel avatar ldurka avatar michalkuligowski avatar mrysztow avatar pruthvi1990 avatar pzelazko-intel avatar sfraczek avatar sofianhw avatar tsocha avatar tyler-nervana avatar wconstab avatar zach-nervana avatar

Watchers

 avatar  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.