Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacarrion committed Jun 12, 2019
1 parent 80b97b1 commit 539512a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

-----------------

[![Build Status](https://travis-ci.org/salvacarrion/pyeddl.svg?branch=master)](https://travis-ci.org/salvacarrion/pyeddl)
[![Documentation Status](https://readthedocs.org/projects/pyeddl/badge/?version=latest)](https://pyeddl.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/salvacarrion/pyeddl.svg?branch=master)](https://travis-ci.org/salvacarrion/pyeddl)
[![codecov](https://codecov.io/gh/salvacarrion/pyeddl/branch/master/graph/badge.svg)](https://codecov.io/gh/salvacarrion/pyeddl)
[![Gitter chat](https://badges.gitter.im/USER/pyeddl.png)](https://gitter.im/pyeddl "Gitter chat")

**PyEDDL** is a Python package that wraps the EDDL library in order to provide two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
Expand Down
4 changes: 2 additions & 2 deletions src/python/pyeddl/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from . import mnist
from . import cifar10
from .mnist import *
from .cifar10 import *

0 comments on commit 539512a

Please sign in to comment.