-
### Describe the bug
We have some error messages that print a type. This is best done with `type(x).__name__` because printing `type(x)` directly shows the `repr` of a `type` object, which is weird…
huonw updated
4 years ago
-
Should we add a file with various utility functions for working with the embeddings?
For instance, something like this to get the most similar words?
```
def get_cosine_sim(emb, valid_words, top_k)…
-
Hi all,
when calling randomWalk procedure with a direction which is not BOTH (either using random or node2vec modes) I get the following null pointer exception:
2020-01-23 10:56:28.224+0000 IN…
-
### Description
Currently the documentation does not give much information about how to create graphs for use with StellarGraph. Homogeneneous graphs are straighforward and have many demos showing…
-
any example on node2vec including running scripts, graph data and so on.
-
I want to put the float number weighted graph as edgelist for the input, but apparently
it doesn't work. Can you guide me?
-
2亿顶点,6亿边的无向有权图数据测试node2vec_random算法,MPICH4进程并发,发现有一个进程的CPU利用率较高454%,其他很低51%,请问plato如何解决热点数据性能问题?
![image](https://user-images.githubusercontent.com/58256617/71567147-d231f700-2af7-11ea-8050-6ef20f4d8…
-
安装完运行run_pagerank_local.sh和run_pagerank.sh(修改input/output)均通过。
但是运行lpa和tree_stat_simple样例出错
./bazel-bin/example/lpa --input /test/home/hadoop/tar/plato-master/data/graph/v100_e2150_ua_c3.csv --outp…
-
1. Input file of tripes in the format ``verb subject object score``, e.g.:
```
take#VB event place 112493.0
see#VB x frame 56300.0
have#VB anyone idea 56202.0
offer#VB …
-
Actually I have no background on the hardware and I cannot find the way to deal with the big graphs.
Thanks for helping me