I installed torch on Ubuntu 16.04, CUDA 8.0 and cunn 5.1, with no problem but when I ran the ./test.sh I am getting the following 3 failures. Can anyone tell me how to fix these issues.
Completed 1991 asserts in 182 tests with 3 failures and 0 errors
l1cost
error on output with torch.CudaHalfTensor
LT failed: 0.11489868164062 >= 0.0101
...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:4453: in function 'v'
...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6140: in function <...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6138>
mse
error on output with torch.CudaHalfTensor
LT failed: 2.00390625 >= 0.03
...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:3591: in function 'v'
...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6140: in function <...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6138>
SmoothL1
error on output with torch.CudaHalfTensor
LT failed: 0.470703125 >= 0.01
...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:3622: in function 'v'
...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6140: in function <...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6138>
...nComputers/distro/install/share/lua/5.1/torch/Tester.lua:361: An error was found while running tests!
I need to know whether or not these issues will effect me working with torch.
Thanks,
I installed torch on Ubuntu 16.04, CUDA 8.0 and cunn 5.1, with no problem but when I ran the ./test.sh I am getting the following 3 failures. Can anyone tell me how to fix these issues.
Completed 1991 asserts in 182 tests with 3 failures and 0 errors
l1cost error on output with torch.CudaHalfTensor LT failed: 0.11489868164062 >= 0.0101 ...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:4453: in function 'v' ...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6140: in function <...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6138>
mse error on output with torch.CudaHalfTensor LT failed: 2.00390625 >= 0.03 ...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:3591: in function 'v' ...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6140: in function <...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6138>
SmoothL1 error on output with torch.CudaHalfTensor LT failed: 0.470703125 >= 0.01 ...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:3622: in function 'v' ...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6140: in function <...weenComputers/distro/install/share/lua/5.1/cunn/test.lua:6138>
...nComputers/distro/install/share/lua/5.1/torch/Tester.lua:361: An error was found while running tests!
I need to know whether or not these issues will effect me working with torch. Thanks,