lstm return seq
This commit is contained in:
@@ -48,7 +48,8 @@ int main() {
|
||||
tk::dnn::Layer *concat_l[3] = { &x0_2, &x1_2, &x2_2 };
|
||||
tk::dnn::Route concat (&net, concat_l, 3);
|
||||
|
||||
tk::dnn::LSTM lstm0(&net, 128, "ciao");
|
||||
tk::dnn::LSTM lstm0(&net, 128, true, "ciao");
|
||||
tk::dnn::LSTM lstm1(&net, 128, false, "ciao");
|
||||
|
||||
net.print();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user