Spaces:
Build error
Build error
Commit
·
7691a1f
1
Parent(s):
47edefb
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Keras==2.3.1
|
2 |
+
Keras-Applications==1.0.8
|
3 |
+
keras-bert==0.84.0
|
4 |
+
keras-contrib @ git+https://www.github.com/keras-team/keras-contrib.git@3fc5ef709e061416f4bc8a92ca3750c824b5d2b0
|
5 |
+
keras-embed-sim==0.8.0
|
6 |
+
keras-layer-normalization==0.14.0
|
7 |
+
keras-multi-head==0.27.0
|
8 |
+
keras-pos-embd==0.11.0
|
9 |
+
keras-position-wise-feed-forward==0.6.0
|
10 |
+
Keras-Preprocessing==1.1.2
|
11 |
+
keras-self-attention==0.46.0
|
12 |
+
keras-transformer==0.38.0
|
13 |
+
nltk==3.5
|
14 |
+
tensorboard==1.15.0
|
15 |
+
tensorflow-addons==0.12.1
|
16 |
+
tensorflow-estimator==1.15.1
|
17 |
+
tensorflow-gpu==1.15.2
|
18 |
+
bioc==1.3.6
|
19 |
+
streamlit==1.13.0
|