Skip to content

Commit f899710

Browse files
committed
update the paramater
1 parent ba03857 commit f899710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/grid_search_cnn.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

33
[COMMON]
4-
model = lstm;basic_cnn;kim_cnn;multi_cnn;inception_cnn;fasttext;rcnn;bilstm
4+
model = bilstm
55
keep_dropout=0.8;0.9
66
batch_size=64;32;128
7-
learning_rate=0.01;0.001
7+
learning_rate=10;1;0.1
88
optimizer = adam;rmsprop
99
dataset = imdb

0 commit comments

Comments
 (0)