torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

./test.sh (Completed 1991 asserts in 182 tests with 3 failures and 0 errors) #213

Open srsani opened 7 years ago

srsani commented 7 years ago

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,

csxmli2016 commented 7 years ago

I also met this problem.

socurites commented 7 years ago

mine too

tabsun commented 7 years ago

me too

Naruto-Sasuke commented 7 years ago

It seems that after some time, just try again, these errors disappear.