-
### System Info
browser:chrome/edge
os:ubuntu
node:18.19
package management tools:pnpm
### Environment/Platform
- [ ] Website/web-app
- [ ] Browser extension
- [x] Server-side (e.g., Node.js, …
-
### 🐛 Describe the bug
Hello, this is my training data information.
`Data(edge_index=[2, 5187], y=[1], num_nodes=1611, x=[1611, 5], pe=[1611, 5], edge_attr=[5187])`
I plan to implement GPS model on…
-
Hi Loic,
I have couple of questions.
1. Is embeddings from ptnCloudEmbedder [number of super-points from each batches, dimension of embedded vector]?
2. Dose embedding contains the edge (connecti…
-
I've recieved a request about building a dual graph from an adjacency graph. I don't think this is the same kind of line dual supported [here in `momepy`](http://docs.momepy.org/en/stable/user_guide/g…
-
Sorry, I reviewed the code carefully, and we cannot reproduce the results presented in the paper. Additionally, is it reasonable to use test set data during the information subgraph acquisition proces…
-
GINN is running on cpu
---------------------------------------------------------------------------
DGLError Traceback (most recent call last)
~\AppData\Local\Temp/i…
-
I integrate this twilio voice in my app but it seems that I can't receive any phone call so I decided to test the one from your example in web and it works and then I copied the example files from the…
-
While the `cosine_similarity` method works effectively for most vectors, there's a potential edge case that could lead to a division by zero error. (I agree that it's a rare case, but we can handle it…
-
Here I provide some references where they used other fast and efficient EVD libraries, e.g., amg, lobpcg,...
https://github.com/mmp2/megaman/blob/master/megaman/embedding/spectral_embedding.py
…
-
BML Codelab中进行词向量演示实验
```
# 获取词表中前1000个单词
labels = token_embedding.vocab.to_tokens(list(range(0, 1000)))
# 取出这1000个单词对应的Embedding
test_token_embedding = token_embedding.search(labels)
# 引入Vi…