pad_with_graph using numpy instead of jax.numpy
ziyuanzhao2000 opened this issue · 0 comments
ziyuanzhao2000 commented
I just found this issue while using this util function in my project, as shown here:
Is there any particular reason for using numpy instead of jax.numpy?
I will be doing GNN training on GPU, which requires the data to stay on the GPU devices, and I'm not sure if using numpy array is good idea in this case.