text_gcn
text_gcn copied to clipboard
Training 20ng dataset using GPU
Hi Dr. Yao,
I am curious if you tried to train 20ng dataset by GPU? I got the error below which seems like an exception thrown from tensforflow source code.
Cannot use GPU when output.shape[1] * nnz(a) > 2^31
thanks
Hi, @shun61
I tried this and it's an memory issue, the whole graph is loaded into GPU memory. smaller graphs like mr and R8 graph can work on GPU.
Thank you.
Hello @yao8839836 , I got the same issue when I try to run the model with my own dataset. Could you please attach your system information?