-
## ❓ Questions and Help
I'd like to know if it is possible to update an already trained DeepWalk model with new nodes + edges. Basically, not having to retrain it entirely, just update with new ran…
-
- use typed python better
- add tests
- add linters, pre-commit
-
Todos
- [ ] neighborhood definition
- [ ] counting rules
- [ ] RW parameters
- [ ] find w2v JS / WASM / TF.js implementation to feed RW to
-
我使用这个作者提供的网络嵌入代码做实验,花了将近一个月的时间,都没有出效果,都快崩溃了。检查了无数次自己的算法是否有问题,最后才发现是这个作者提供的deepwalk代码有问题,大家如果是要用deepwalk,请使用https://github.com/phanein/deepwalk
I experimented with the embedding code provided by thi…
-
I am facing an issue when trying to run multiple processes with only the CPU setup. But there is no issue when running with single process. It is an Assertion Error: "Torch not compiled with CUDA enab…
-
I have installed deepwalk as the instruction says, and my python version is 3.7.0. However, when I run deepwalk command, it says "deepwalk: command not found"
-
## 🚀 Feature
The [deepwalk example]( https://github.com/dmlc/dgl/tree/master/examples/pytorch/ogb/deepwalkhttps://github.com/dmlc/dgl/tree/master/examples/pytorch/ogb/deepwalk) currently only suppo…
-
we want to evaluate DeepWalk-c on the BlogCatalog dataset used in the DeepWalk paper.
using the scripts from https://github.com/phanein/deepwalk.
but we meet problem when construct the ouput vector…
-
Thank you for sharing the code, but I have a problem running it, When I run the code with the following command:
"python scripts/run.py --dataset ucr-Earthquakes --K 50 --C 500 --num_segment 21 --se…
-
Hello, I apply node2vec method in a citation network generated myself. I want to compare the deepwalk and node2vec. In my opinion, the node2vec is better than deepwalk, but I have tried lots of p, q, …