l
stm.optim.Test
2018-01-11 17:16:55 INFO ThreadPool$:79 - Set mkl threads to 1 on thread 1
2018-01-11 17:16:55 INFO Engine$:94 - Detect bigdl.localMode is set. Run workload without spark
/tmp/model.bigdl
Sequential[dd4ef64f]{
[input -> (1) -> (2) -> (3) -> output]
(1): BiRecurrent[1027c434](2, Sequential[6b5bdb06]{
[input -> (1) -> (2) -> (3) -> output]
(1): ConcatTable[d633115] {
input
|`-> (1): Identity[73249f37]
`-> (2): Identity[4c63a51a]
... -> output
}
(2): nn.ParallelTable {
input
|`-> (1): Recurrent[28b94669]ArrayBuffer(TimeDistributed[9481dd51]Linear[18759995](168 -> 672), LSTMPeephole(168, 168, 0.0))
`-> (2): Sequential[5090390a]{
[input -> (1) -> (2) -> (3) -> output]
(1): nn.Reverse
(2): Recurrent[374880d9]ArrayBuffer(TimeDistributed[4510456c]Linear[18759995](168 -> 672), LSTMPeephole(168, 168, 0.0))
(3): nn.Reverse
}
... -> output
}
(3): CAddTable[eae2b679]
})
(2): TimeDistributed[b19aa932]Linear[8226fb40](168 -> 14)
(3): TimeDistributed[95112a77]Linear[1f655cf5](14 -> 14)
}
Process finished with exit code 0
评论