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
Documenting here for future reference. Sample output: running just the xc section, and just the DenseMatDenseMsg version:
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcublas.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcufft.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcurand.so.8.0 locally
INFO:root:deserializing db file tmp-cache/train-250.db
INFO:root:deserializing database from tmp-cache/train-250.db
INFO:root:deserialized database has 12 relations and 425618 non-zeros
INFO:root:matrixDB relation has_tags/2 argument 1 type entity_t
INFO:root:matrixDB relation has_tags/2 argument 2 type entity_t
INFO:root:matrixDB relation has_feature/2 argument 1 type question_t
[...]
INFO:root:matrixDB relation in_language/2 argument 2 type entity_t
INFO:root:deserializing dataset file tmp-cache/train-250.dset
INFO:root:deserialized dataset has 1 modes and 697 non-zeros
INFO:root:deserializing dataset file tmp-cache/test-250.dset
INFO:root:deserialized dataset has 1 modes and 707 non-zeros
INFO:root:pool initialized with 5 processes
INFO:root:created pool of 5 workers
INFO:root:compiling answer/io time 0.000 sec mem 3.102 Gb
INFO:root:tensorlog compilation complete; cross-compiling answer/io time 0.002 sec mem 3.102 Gb
INFO:root:tensorlog->target language compilation complete time 26.641 sec mem 65.936 Gb
Expt configuration: {'targetMode': 'answer/io', 'learner': <tensorlog.theanoxcomp.FixedRateGDLearner object at 0x7f42d30b3290>, 'trainData': <tensorlog.dataset.Dataset object at 0x7f42e68a9d90>, 'savedModel': 'learned-model.tensorlog.theanoxcomp.DenseMatDenseMsgCrossCompiler.db', 'prog': <tensorlog.program.ProPPRProgram object at 0x7f42e690a3d0>, 'testData': <tensorlog.dataset.Dataset object at 0x7f42e68a9f10>}
running untrained theory on train data ...
Segmentation fault (core dumped)
The Sparse version seems to run fine on a GPU machine, and both versions run (though quite slowly) on a CPU-only machine. May be related to this bug on theano integer addressing?
Theano version is '0.9.0dev2.dev-RELEASE'
The text was updated successfully, but these errors were encountered:
Documenting here for future reference. Sample output: running just the xc section, and just the DenseMatDenseMsg version:
The Sparse version seems to run fine on a GPU machine, and both versions run (though quite slowly) on a CPU-only machine. May be related to this bug on theano integer addressing?
Theano version is '0.9.0dev2.dev-RELEASE'
The text was updated successfully, but these errors were encountered: