Closed desertnaut closed 4 years ago
Thanks for reporting, @desertnaut! Have not found the error yet. It seems like it occurs when there is not enough memory available on the GPU, but I am not sure. How much memory does your Colab environment provide? Anyway, without enough memory, I guess the memory allocation should fail.
Thanks @olegranmo
The issue seems to have been resolved with the new PyTsetlinMachineCUDA version 0.1.8.
As for the memory, using the snippet from this Stack Overflow thread, I get:
Gen RAM Free: 12.1 GB | Proc size: 1.6 GB
GPU RAM Free: 13768MB | Used: 1311MB | Util 9% | Total 15079MB
I tried to run the MNIST example verbatim in a GPU-enabled Google Colab notebook; it fails on
tm.fit
with the following output:i.e. similar to this already reported issue.
System info:
with the last two packages installed via
pip
.