Closed yuanxy92 closed 7 years ago
I want to test the 2ch2stream network, but the net:forward() function give the following error:
the network I used is net = torch.load('./networks/2ch2stream/2ch2stream_yosemite.t7') My input tensor size is 2x64x64
net = torch.load('./networks/2ch2stream/2ch2stream_yosemite.t7')
Can anyone tell me where is wrong and how to use the network in correct way? Thanks very much!
I solved the problem already, the input size should be 1x2x64x64 Sorry, I am not familiar with Torch
I want to test the 2ch2stream network, but the net:forward() function give the following error:
the network I used is
net = torch.load('./networks/2ch2stream/2ch2stream_yosemite.t7')
My input tensor size is 2x64x64Can anyone tell me where is wrong and how to use the network in correct way? Thanks very much!