You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason vtree_learner_test fails when CUDA is available even though the code does not seem to use GPU in that case.
The failure happens for the ":topdown" option.
$ julia --project=test test/structurelearner/vtree_learner_tests.jl
prob circuit structure learn tests: Test Failed at C:\Users\Pasha\.julia\dev\ProbabilisticCircuits\test\structurelearner\vtree_learner_tests.jl:10
Expression: variable(v) == partition
Evaluated: 0x00000007 == 2
Stacktrace:
It does not fail on a machine with CUDA not enabled, but in the test the data is always on CPU and don't see anywhere that GPU would be used.
The text was updated successfully, but these errors were encountered:
khosravipasha
changed the title
vtree_learner fails when GPU avaiable
vtree_learner_tests fails when GPU avaiable
Aug 29, 2021
For some reason vtree_learner_test fails when CUDA is available even though the code does not seem to use GPU in that case.
The failure happens for the ":topdown" option.
It does not fail on a machine with CUDA not enabled, but in the test the data is always on CPU and don't see anywhere that GPU would be used.
The text was updated successfully, but these errors were encountered: