You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code as follow:
mlp = nn.SplitTable(1, 2)
pred = mlp:forward(torch.randn(2, 4, 3))//will get four 2*3 matrix
for i, k in ipairs(pred) do print(i, k) end
I haven't figured out why the result that is.Ask for your help,thanks!
The text was updated successfully, but these errors were encountered:
The code as follow:
mlp = nn.SplitTable(1, 2)
pred = mlp:forward(torch.randn(2, 4, 3))//will get four 2*3 matrix
for i, k in ipairs(pred) do print(i, k) end
I haven't figured out why the result that is.Ask for your help,thanks!
The text was updated successfully, but these errors were encountered: