Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 0805027

Browse files
authored
Update README.md
1 parent 87d18de commit 0805027

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
[<img src="https://img.shields.io/badge/chat-slack%20channel-75BBC4.svg">](https://join.slack.com/t/deliradev/shared_invite/enQtNjI1MjA4MjQzMzQ2LTUzNTQ0MjQyNjJjNzgyODczY2Y1YjYxNjA3ZmQ0MGFhODhkYzQ4M2RjMGM1YWM3YWU5MDM0ZjdiNTQ4MmQ0ZDk)
22
[![PyPI version](https://badge.fury.io/py/delira.svg)](https://badge.fury.io/py/delira) [![Build Status](https://travis-ci.com/delira-dev/delira.svg?branch=master)](https://travis-ci.com/delira-dev/delira) [![Documentation Status](https://readthedocs.org/projects/delira/badge/?version=master)](https://delira.readthedocs.io/en/master/?badge=master) [![codecov](https://codecov.io/gh/justusschock/delira/branch/master/graph/badge.svg)](https://codecov.io/gh/delira-dev/delira)
3-
![LICENSE](https://img.shields.io/github/license/delira-dev/delira.svg) [![DOI](http://joss.theoj.org/papers/10.21105/joss.01488/status.svg)](https://doi.org/10.21105/joss.01488)
3+
[![DOI](http://joss.theoj.org/papers/10.21105/joss.01488/status.svg)](https://doi.org/10.21105/joss.01488)
44

55
![logo](docs/_static/logo/delira.svg "delira - A Backend Agnostic High Level Deep Learning Library")
66

77
# delira - A Backend Agnostic High Level Deep Learning Library
88
Authors: [Justus Schock, Michael Baumgartner, Oliver Rippel, Christoph Haarburger](AUTHORS.rst)
99

10+
Copyright (C) 2020 by RWTH Aachen University
11+
http://www.rwth-aachen.de
12+
13+
License:
14+
This software is dual-licensed under:
15+
• Commercial license (please contact: [email protected])
16+
• AGPL (GNU Affero General Public License) open source license
17+
1018
## Introduction
1119
`delira` is designed to work as a backend agnostic high level deep learning library. You can choose among several computation [backends](#choose-backend).
1220
It allows you to compare different models written for different backends without rewriting them.

0 commit comments

Comments
 (0)