mirror of
https://github.com/JoergFranke/ADNC.git
synced 2024-11-17 13:58:03 +08:00
add badges and update requirements
This commit is contained in:
parent
6c2a459dde
commit
04af2b3511
@ -1,5 +1,11 @@
|
||||
# ADNC
|
||||
|
||||
[![Build Status](https://travis-ci.org/joergfranke/ADNC.svg?branch=master)](https://travis-ci.org/joergfranke/ADNC)
|
||||
[![Python](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-365/)
|
||||
[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8-yellow.svg)](https://www.tensorflow.org/)
|
||||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
|
||||
A Differentiable Neural Computer (DNC) implementation with advancements for a more robust and scalable usage. It
|
||||
contains applications to the [20 bAbI QA tasks](https://research.fb.com/downloads/babi/) and the [CNN Reading
|
||||
Comprehension Task](https://github.com/danqi/rc-cnn-dailymail).
|
||||
|
@ -3,7 +3,6 @@ pyaml>=17.12.1
|
||||
pytest>=3.6.1
|
||||
scipy>=1.1.0
|
||||
six>=1.11.0
|
||||
pytest>=3.2.2
|
||||
tensorflow-gpu>=1.8.0
|
||||
matplotlib>=2.2.2
|
||||
tqdm>=4.23.4
|
||||
|
Loading…
Reference in New Issue
Block a user