soumith / inception.torch

Torch port of https://github.com/google/inception
Other
66 stars 20 forks source link

Convert to gModule #6

Open antonmil opened 8 years ago

antonmil commented 8 years ago

Is it possible (easy?) to wrap the Sequential container as an nngraph gModule without explicitly adding the input on each line? For instance, if you were to pass multiple inputs to the net?

Thanks.