HUJI-Deep/simnets-tf

Tests fail on school's computers

Closed this issue · 2 comments

I've tried again to compile the project. Compilation was successful, but when running make test_simnet_ops, all of the tests fail. Here is the log of running this command: simnets-tf-errors.txt

It appears that the failed tests are all related to the gpu -- or the cpu isn't tested when running this command?

None of the gpu stuff worked so I suspected it had something to do with the different cuda architecture on the school computers. When I took the architecture flags from the tensorflow cmake project I got the tests to pass on gsm. fixed with commit a697275
simnet_tests

Indeed now all the tests pass. Thanks!