From 33cc8fe5d450f432a6843bc05cad29c6ce9f5714 Mon Sep 17 00:00:00 2001 From: zhigwang Date: Mon, 5 Feb 2018 09:27:31 -0500 Subject: [PATCH] tf 1.4 to tf 1.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 774d853..edc1d11 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # BiMPM: Bilateral Multi-Perspective Matching for Natural Language Sentences ## Updates (Jan 28, 2018) -* This repository has been updated to tensorflow 1.4 +* This repository has been updated to tensorflow 1.5 * The training process speeds up 15+ times without lossing the accuracy. * All codes have been re-constructed for better readability and adaptability. @@ -12,7 +12,7 @@ You can use this program to deal with tasks like [paraphrase identification](htt ## Requirements * python 2.7 -* tensorflow 1.4 +* tensorflow 1.5 ## Data format Both the train and test sets require a tab-separated format.