Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env th
require 'nn';
local cmd = torch.CmdLine()
cmd:text()
cmd:text("What's wrong with this use of nn.Concat?")
cmd:text('Options:')
cmd:option('-noConcat', false, 'do not include concat layer')