Closed hfxunlp closed 8 years ago
No. Just look at the difference in complexities of the respective updateOutput
s. nn.Sequential
is a simple loop whereas nngraph
has several loops, allocations, and conditionals.
@nhynes thank you, I think it was something like theano before.
For example, I could get a 2-layer MLP with Container or nngraph, will it be a little bit faster when I use nngraph?