-
when i run learn_graph.py to get PEMS04's learngraph
i got AttributeError: 'Namespace' object has no attribute 'thresh_T',maybe thresh_cos also need to solve.
What should i do ,thank u?
-
Hi!
I want to ask You about seed parameters for most node embeddings.
In the documentation, You have info that you put seed=42 as a default, but when You run, for example, Node2Vec twice, you get…
-
Convert SubGNN model (SuGNN/SubGNN.py, class SubGNN(pl.LightningModule)) to work on chemicals. This is a general issue. We can discuss the details here and open more specific issues as needed.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pip
### Package manager version
pip-tools 7.4.1; pip 24.2
### Language version
python 3.…
-
请问node2vec.py 里的_target_encoder和_context_encoder分别用于什么情况呀?我看它俩都是 encoders.ShallowEncoder() 初始化参数也一模一样;
另外encoders.ShallowEncoder里__init__里有dim表示embedding_size,还有一个参数embedding_dim,这两个dim用于什么情况呢?
最后还想…
-
```
from nodevectors import Node2Vec
import networkx as nx
G = nx.Graph()
G.add_edge("1", "2")
n2v = Node2Vec(n_components=128)
n2v.fit_transform(G)
```
Output:
```
Making walks... Done,…
-
-
`python src/model/main.py -ah 512 64 -id 1 -md train -fo 5 -se 0 -om SDNE HOPE`
I met a problem:
![image](https://github.com/ziyang-w/MGREL/assets/33688592/f7718853-0147-43f8-b91b-b75356759ac2)…
-
-
nv: 1032440, ne: 987454
Need 0.257797 Mb for storing second-order degrees
Generating a corpus for negative samples..
Using vectorized operations
lr 0.020144, Progress 19.42%
Calculations took…