GRACE icon indicating copy to clipboard operation
GRACE copied to clipboard

About function batched_semi_loss()

Open Humputer opened this issue 1 year ago • 0 comments

Thank you for your efforts! When I utilize this model to process a large graph, I've observed that the space complexity of the batched loss becomes O(N^2). Consequently, the GPU memory usage steadily increases while the loop 'for i in range(num_batches):' is executed. Looking forward to your reply!

Humputer avatar Sep 11 '23 08:09 Humputer