blackboxo
blackboxo
关于这个软件一些有趣的想法,记在这里 - 直接搜索图片内容、搜索图片内文字 - 优质/无用图片的分类,推荐等 - 当年今日的图片推荐
由于头像都在 githubusercontent.com 下,国内很多时候访问不到或比较慢,导致头像很多缺失。 考虑在服务器端每次抓取后缓存头像,国内用户访问时走服务器的图片。
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1. In the example code: https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/advanced/train_sampling_unsupervised.py 2. Feed a dataset with 10M nodes and 20M edges 3. Bus error(core...
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1. In the example code: https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/advanced/train_sampling_unsupervised.py 2. for block in blocks: print("isolate", block.dstdata[dgl.NID][block.in_degrees()==0]) ## Expected behavior ## Environment -...
for generating u_i, u_j in SemiGNN, the code at line 187 in utils.py ``` for index in range(0, num_of_nodes): u_i.append(pairs[index][0]) u_j.append(pairs[index][1]) ``` the length of num_of_nodes is not the same...
line 135 in python file df_comb, _ = pd.factorize(df_comb[col]) should be df_comb, _ = pd.factorize(df_comb)
can not see any logs, don't know what happened