planckztd

Results 6 comments of planckztd

@cardwing @XingangPan 您好,我在测试和训练过程中都出现了如下的错误,想问一下是不是cudnn的版本问题,我的cuda是8.0,cudnn v4 data created data loaded data loaded 1 bad /home/kb457/torch/install/bin/luajit: /home/kb457/torch/install/share/lua/5.1/nn/Container.lua:67: In 2 module of nn.Sequential: ...torch/install/share/lua/5.1/cudnn/BatchNormalization.lua:69: bad argument #1 to 'resizeAs' (torch.CudaTensor expected, got userdata) stack...

OK, I had worked it out. maybe the error caused by losses change too many. Add batch normalization after conv layers or fully connected layers to avoid the loss to...

I also find it difficult. Author said that you need linux to train your model. refer to:[https://torchcraft.github.io/TorchCraftAI/docs/install-windows.html](url)

I meet the same problem, and solved now. thanks @AshStuff