Skip to content

Commit 66ec1fe

Browse files
committed
Flux update
1 parent d3674fd commit 66ec1fe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2525

2626
[compat]
2727
BSON = "0.3.3"
28-
DataDeps = "0.7"
2928
CUDA = "3"
29+
CorpusLoaders = "0.3"
30+
DataDeps = "0.7"
3031
DataStructures = "0.18.9"
31-
Flux = "0.12.2"
32+
Flux = "0.12.8"
3233
JSON = "0.21.1"
3334
Languages = "0.4.3"
3435
NNlib = "0.7"
@@ -37,7 +38,6 @@ TextAnalysis = "0.7.3"
3738
WordTokenizers = "0.5.6"
3839
Zygote = "0.6.10"
3940
julia = "1.6"
40-
CorpusLoaders = "0.3"
4141

4242
[extras]
4343
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/sequence/sequence_models.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function BiLSTM_CNN_CRF_Model(labels, chars_idx, words_idx, UNK_char_idx,UNK_Wor
7979
(1, 1), # stride
8080
(0, 2), # pad
8181
(1, 1), # dilation
82+
1 # groups
83+
8284
)
8385

8486
BiLSTM_CNN_CRF_Model(labels, chars_idx, words_idx, conv1, W_Char_Embed, W_word_Embed,

0 commit comments

Comments
 (0)