cfangplus
cfangplus
@googlebot I signed it!
The reason why to change the undirected graph to stored as bi-directional graph is that the graph now contains two types of relation, concretely, inverse relation, right?
We know that DGL-KE have provided knowledge graph embedding algorithm like TransE and many others. I see that PyG and some other similar system like GraphVite both have implements of...
That's great. Now we have two choices of embedding models, one is node embedding like DeepWalk, Node2Vec, while another knowledage graph embedding like TransE, DistMult. As the first question of...
thx, and yea I have also seen another https://github.com/deepmind/deepmind-research/tree/master/ogb_lsc/mag. I think it's not easy to use and understand at that time, so I opened this issue, just hoping the community...
I note the assembly-no-scala.xml file under the project and find the scala library is excluded, but why?
yea, I noticed that. I used spark-submit to submit the application to a spark3.0 cluster and the scala library conflicted, do you know how to fix or how to enable...
I know this project is developed since June 2019 and at that time the cuda version is 10.1. Now I have a gpu environment with cuda10.2, how could I get...
That's great. Now I have another question. Why does this spark-example project be proposed? As we konw that, NV Rapids + Dask could provide distributed data processing, machine learning and...
@chuanlihao Thank you for your reply. Recently I runed this program with cuda10.1 and the result is good. As we know, the kernel module of xgboost is writen by c/c++...