Lua/Torch模型构建,nn.SplitTable不明确

有人可以解释一下这行代码的作用吗?

seq = nn.Sequential()

seq:add(nn.SplitTable(d+1, 3)) -- 知道d=1或2的情况下

点赞