mirror of
https://github.com/JoergFranke/ADNC.git
synced 2024-11-17 13:58:03 +08:00
update boilerplate
This commit is contained in:
parent
fbb875f02c
commit
26e178d776
@ -1,9 +1,9 @@
|
||||
# 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-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
|
||||
[![Python](https://img.shields.io/badge/python-3.6+-yellow.svg)](https://www.python.org/downloads/release/python-365/)
|
||||
[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8+-yellow.svg)](https://www.tensorflow.org/)
|
||||
|
||||
|
||||
|
||||
A Differentiable Neural Computer (DNC) implementation with advancements for a more robust and scalable usage. It
|
||||
|
1
setup.py
1
setup.py
@ -13,7 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
# ==============================================================================
|
||||
|
||||
import shutil
|
||||
from distutils.core import setup
|
||||
from setuptools import find_packages
|
||||
|
Loading…
Reference in New Issue
Block a user