torch-net-toolkit
torch-net-toolkit copied to clipboard
A simple module for <Torch7> and the <nn> package
Results
1
torch-net-toolkit issues
Sort by
recently updated
recently updated
newest added
Hi, I have difficulties when using net-toolkit with a network that contains a `nn.ConcatTable` layer. It usually fails in `craftGradNBias` at module.gradInput = torch.Tensor():typeAs(module.output) I tried several workarounds. I guess...