From 27932737374ad93ab16eda2d57b60dca24df3108 Mon Sep 17 00:00:00 2001 From: Yige XU Date: Fri, 7 Dec 2018 22:09:58 +0800 Subject: [PATCH 1/3] update README.md update requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9c934eb..46a0f776 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ For example: - numpy>=1.14.2 - torch>=0.4.0 - tensorboardX +- tqdm>=4.28.1 ## Resources From baac45a741152cab5b080ddf6180d6992be800c4 Mon Sep 17 00:00:00 2001 From: Yige XU Date: Fri, 7 Dec 2018 22:17:23 +0800 Subject: [PATCH 2/3] update README.md move the first table to the right place --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46a0f776..aae3bcdb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ A deep learning NLP model is the composition of three types of modules: decode the representation into the output MLP, CRF + For example: From f15bd5aacdc6b594076dd232079d0a4741d61a27 Mon Sep 17 00:00:00 2001 From: Yige XU Date: Fri, 7 Dec 2018 22:28:20 +0800 Subject: [PATCH 3/3] update README.md update requirements in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aae3bcdb..65d713e6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ For example: ## Requirements +- Python>=3.6 - numpy>=1.14.2 - torch>=0.4.0 - tensorboardX