dawnranger

Results 9 issues of dawnranger

The neighborhood of each node in PSCAN should contain itself. The neighborhood of a vertex is defined in the paper of SCAN: >DEFINITION 1 (VERTEX STRUCTURE) Let v ∈ V,...

Hello, I try to find communities using PSCAN of sparking. Refering to the [doc of PSCAN](https://sparkling-graph.readthedocs.io/en/latest/comunities.html), I write the following codes : ``` val conf = new SparkConf().setAppName("pscan-test").setMaster("local") implicit val...

Results of `node2vec`, `deewalk`, `line`, `sdne` and `struc2vec` on all datasets. Hope this will help anyone who is interested in this project. wiki | Alg | micro | macro |...

可能由于作者缺乏简体字的字体,导致chaizi-jt.txt中存在大量的□符号,能否补充一份可以正常显示这些文字的拆字字典? 大约有2916个左右文字无法正常显示: 例如: ![image](https://user-images.githubusercontent.com/10653991/118769500-cee90800-b8b2-11eb-91b4-abbeb657c896.png)

I think the code is somehow disordered for two reasons: - set `dropout=0` right after `dropout=FLAGS.dropout` is meaningless - the updated `emb` should be returned rather than the untrained one

Nice work to follow. However, I didn't see the comparison against traditional community detection algorithms, such as louvain, LPA, infomap etc. Any opinions about the pros and cons between the...

Does it means LOMO is 11 times faster than AdamW? ![image](https://github.com/OpenLMLab/LOMO/assets/10653991/5a8116c3-f9f2-4e8c-b3a9-ef4ace9dff70)

是直接对照 huggingface 版的python代码来实现的吗 https://huggingface.co/THUDM/chatglm-6b-int8/blob/main/modeling_chatglm.py

In the data preprocessing function, > https://github.com/hiyouga/LLaMA-Factory/blob/main/src/llmtuner/data/preprocess.py#L93 data is truncated after `encode_multiturn` if it's too long. However, some templates add special tokens after the query, which should not be truncated....

enhancement
pending