-
Traceback (most recent call last):
File "conversation_GAN.py", line 136, in
input_context = Input(shape=(maxlen_input,), dtype='int32', name='the context text')
File "/home/bala/.local/l…
-
I tried to use the struc2vec to train on 1 million nodes with 24 threads,but no embeddings was generated after three days.Is there a solution?
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
以下为完整运行信息:
`(paddleseg) root@ubuntu:~/project/…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch name
main
### Commit ID
dev 2 days ago
### Other environment information
```Markdown
docker…
-
Hello, I am a master's student from China. Thank you for exposing the code. Now I want to do some more in-depth research based on your article and finish my dissertation. But I can't reproduce the r…
-
I have a custom dataset:
Graphs: 79
Classes: 12
Nodes in each graph : min: 4 max: 770
The task is to classify 79 graphs into 12 classes.
The parameters are to be set for node2vec: no. of walks,…
-
I am using lightrag with ollama, model is Qwen2, with the instruction in examples, and it works, but when I changed embeddings from `nomic-embed-text` into other embeddings, errors accured. I tried wi…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [x] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…
-
Hellow,sir.
In the process of running the program,I encountered the following questions,can you give me an answer?
train_rate: 0.8
ratedim: 10 userdim: 30 itemdim: 10
max_steps: 100
delta:…
-
In your paper, you claim ConvE uses less parameter compared with DistMult. But I think in your code DistMult only uses O(num_entities*emdding_dim + num_rels*embedding_dim) and ConvE uses more paramete…