inception.torch
inception.torch copied to clipboard
Convert to gModule
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.