Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / alibaba/graph-learn issues and pull requests

#288 - Fix: differentiate how protobuf is found in mac and linux

Pull Request - State: closed - Opened by LiSu 7 months ago

#287 - fix: find protobuf with CONFIG to correctly build in macos 12

Pull Request - State: closed - Opened by LiSu 7 months ago

#286 - 数据加载问题

Issue - State: open - Opened by SXxtyz 7 months ago

#285 - 项目更新不太活跃

Issue - State: open - Opened by wangmingzhiJohn 10 months ago

#284 - readthedocs 文档格式紊乱

Issue - State: open - Opened by yeshenyong 10 months ago

#283 - Fix readthedocs

Pull Request - State: closed - Opened by Seventeen17 about 1 year ago

#281 - Error occurs when running gl on ps mode

Issue - State: open - Opened by linjiuning over 1 year ago

#279 - Allow the vertex ID in serving request to be int64

Pull Request - State: closed - Opened by LiSu over 1 year ago

#278 - Find the gRPC package correctly

Pull Request - State: closed - Opened by lidongze0629 over 1 year ago

#277 - Cannot use pip3 to install graph-learn

Issue - State: closed - Opened by dyzcs over 1 year ago - 1 comment

#276 - save embedding of unsupervised graphsage

Pull Request - State: closed - Opened by Song-xx over 1 year ago
Labels: feature, good first issue

#275 - Add a method to save embeddings of unsupervised graphsage

Pull Request - State: closed - Opened by Song-xx over 1 year ago - 1 comment

#274 - Fix: a client connecting to multiple servers only pulls from one server

Pull Request - State: closed - Opened by LiSu over 1 year ago - 1 comment

#272 - fix: fix Py_None reference count.

Pull Request - State: closed - Opened by shidianshifen over 1 year ago - 1 comment

#271 - Training process triggered core dump

Issue - State: closed - Opened by shidianshifen over 1 year ago

#268 - Bump grpc-protobuf from 1.47.0 to 1.53.0 in /dynamic_graph_service/gsl_client

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#267 - Fix: assign value for dag root when GSL starts from edge

Pull Request - State: closed - Opened by LiSu over 1 year ago

#264 - dgs部署失败

Issue - State: open - Opened by doingGod over 1 year ago - 1 comment

#263 - Respect the inferred `GL_CXX_DIALECT` in setup.py as well.

Pull Request - State: closed - Opened by sighingnow over 1 year ago

#262 - Add an end-to-end example about training over vineyard graphs

Pull Request - State: closed - Opened by sighingnow over 1 year ago

#261 - Fixes the link libraries for vineyard

Pull Request - State: closed - Opened by sighingnow over 1 year ago

#260 - Fix: checkpoint-related naming and numpy compatibility of inhomogeneous arrays

Pull Request - State: closed - Opened by LiSu almost 2 years ago

#259 - Fixes some warngins on MacOS.

Pull Request - State: closed - Opened by sighingnow almost 2 years ago

#258 - Add timestamp field for vineyard decoder

Pull Request - State: closed - Opened by LiSu almost 2 years ago

#257 - Add timestamp field for vineyard decoder

Pull Request - State: closed - Opened by LiSu almost 2 years ago

#256 - Add timestamp-related implementations in vineyard classes

Pull Request - State: closed - Opened by LiSu almost 2 years ago

#255 - Bump json from 20211205 to 20230227 in /dynamic_graph_service/gsl_client

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#254 - Update version to 1.2.0

Pull Request - State: closed - Opened by Seventeen17 almost 2 years ago

#253 - 目前Graph-learn是用vineyard的哪个结构来存储图拓扑

Issue - State: closed - Opened by longmingg almost 2 years ago - 1 comment

#252 - 与其他GNN框架的性能对比

Issue - State: closed - Opened by longmingg almost 2 years ago - 1 comment

#250 - GraphLearn动态图在线推理仅支持TopK采样吗?

Issue - State: closed - Opened by frapuccino about 2 years ago - 3 comments

#249 - gl: fix numpy compatibility of inhomogeneous arrays

Pull Request - State: closed - Opened by goldenleaves about 2 years ago
Labels: bug, gl

#248 - [BUG] GraphLearn doesn't work with Python 3.10 & Python 3.11

Issue - State: closed - Opened by goldenleaves about 2 years ago
Labels: bug, gl

#247 - Update pybind11 for Python 3.11 compatibility.

Pull Request - State: closed - Opened by sighingnow about 2 years ago

#246 - Fix k8s tests in examples

Pull Request - State: closed - Opened by LiSu about 2 years ago

#245 - use std::shuffle to replace std::random_shuffle

Pull Request - State: closed - Opened by siyuan0322 about 2 years ago

#244 - Probe for c++17 support and fallback to c++14.

Pull Request - State: closed - Opened by siyuan0322 about 2 years ago

#243 - Provide Instructions for macOS installation?

Issue - State: open - Opened by SYQQX about 2 years ago

#242 - 执行tutorial的时候k8s中有些pod启动失败

Issue - State: closed - Opened by Homura2333 about 2 years ago - 10 comments

#240 - About quick start issue

Issue - State: open - Opened by YijianLiu about 2 years ago - 1 comment

#239 - 是否支持pyspark数据格式的输入?

Issue - State: open - Opened by chenheng98 about 2 years ago - 1 comment

#238 - GraphScope on 3/3 part 2: pick up the previous graphscope functions

Pull Request - State: closed - Opened by sighingnow about 2 years ago

#237 - Current Version whether support Caching Neighbors of Important Vertices

Issue - State: closed - Opened by YijianLiu over 2 years ago - 5 comments

#236 - What is the recommended versions of protobuf and g-rpc?

Issue - State: closed - Opened by HuangLED over 2 years ago

#235 - CVE-2007-4559 Patch

Pull Request - State: closed - Opened by TrellixVulnTeam over 2 years ago - 1 comment

#233 - Enables tensorflow 2 compatibility.

Pull Request - State: closed - Opened by sighingnow over 2 years ago

#232 - graph-learn是否后期会和graphscope的图数据整合?

Issue - State: open - Opened by 4613 over 2 years ago - 2 comments

#231 - fix out_dim in pytorch GCN example.

Pull Request - State: closed - Opened by lxx1818 over 2 years ago - 1 comment

#230 - GCN模型Pytorch样例代码bug

Issue - State: closed - Opened by lxx1818 over 2 years ago

#229 - Bump protobuf-java from 3.19.2 to 3.19.6 in /dynamic_graph_service/gsl_client

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#228 - docs: update the introduction and tutorial sections for DGS

Pull Request - State: closed - Opened by LiSu over 2 years ago - 1 comment

#227 - docs: Add graphics and fix links

Pull Request - State: closed - Opened by Seventeen17 over 2 years ago

#226 - GLE添加java版dataloader sdk

Issue - State: open - Opened by 4613 over 2 years ago - 4 comments

#225 - 建议增加java版本dataloader sdk和样例apps?

Issue - State: closed - Opened by 4613 over 2 years ago - 1 comment

#224 - Experimental/gpu accelerate

Pull Request - State: closed - Opened by JIESUN233 over 2 years ago - 1 comment

#223 - 在线推理服务等新特性什么时候推出?

Issue - State: closed - Opened by 4613 over 2 years ago - 1 comment

#222 - 新版代码中删除了旧版的example

Issue - State: closed - Opened by 4613 over 2 years ago - 1 comment

#220 - 关于gsl_client的test包org.aliyun.PredictClientTest的问题

Issue - State: closed - Opened by lvf0052 over 2 years ago - 4 comments

#219 - gsl_client的包中没有org.aliyun.dgs的jar包,导致无法运行

Issue - State: closed - Opened by lvf0052 over 2 years ago - 2 comments

#218 - gl-actor: use macro to define actor ops && add degree getter op

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#217 - gl: add actor engine impl for graphlearn-training

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#216 - Add end-to-end tutorial for EgoBipartiteGraphSAGE model.

Pull Request - State: closed - Opened by Seventeen17 over 2 years ago

#215 - dgs: rebase hiactor

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#214 - dgs: support installing charts from remote helm repo

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#213 - 分布式GCN运行错误

Issue - State: closed - Opened by Sanzo00 over 2 years ago - 6 comments

#212 - dgs: add u2i data generator and related tutorial doc

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#211 - dgs: refactor value type of graph attributes

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#209 - dgs: implement barrier for data-loading status tracking

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#208 - GraphScope 1/3: Enable macos compatibility

Pull Request - State: closed - Opened by sighingnow over 2 years ago - 1 comment

#207 - dgs: decouple service deployment with dataloader

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#206 - graph partition question

Issue - State: closed - Opened by UVUUUVUU over 2 years ago - 1 comment

#204 - doc: Add docs for dynamic-graph-service and update graphlearn doc

Pull Request - State: closed - Opened by Seventeen17 over 2 years ago

#203 - 关于代码结构更新的问题

Issue - State: closed - Opened by UVUUUVUU over 2 years ago - 2 comments

#202 - dgs: refactor partitioning logic in sample publisher

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#201 - GL graph partition question

Issue - State: closed - Opened by UVUUUVUU over 2 years ago - 4 comments

#200 - rename dgs folder

Pull Request - State: closed - Opened by goldenleaves over 2 years ago

#199 - Bump junit from 4.9 to 4.13.1 in /dynamic-graph-service/gsl_client

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#198 - GL编译问题

Issue - State: closed - Opened by UVUUUVUU over 2 years ago - 3 comments

#197 - release dynamic graph service for online sampling and predicting

Pull Request - State: closed - Opened by goldenleaves over 2 years ago
Labels: dgs

#196 - [New Release v1.1.0]: Dynamic Graph Service for online inference

Issue - State: closed - Opened by goldenleaves over 2 years ago
Labels: dgs

#195 - refactor code structure of graphlearn

Pull Request - State: closed - Opened by goldenleaves over 2 years ago - 1 comment

#194 - gcn 报错

Issue - State: closed - Opened by tianrking over 2 years ago - 3 comments

#193 - 想学习源码

Issue - State: closed - Opened by nanyoullm over 2 years ago - 2 comments
Labels: good first issue

#192 - [consult] dynamic graph storage

Issue - State: closed - Opened by littleDrew over 2 years ago - 2 comments
Labels: enhancement

#191 - [consult][feature] Is there graph save and load API?

Issue - State: closed - Opened by littleDrew over 2 years ago - 3 comments

#183 - pip安装后运行报错

Issue - State: closed - Opened by bookug almost 3 years ago - 5 comments

#182 - graph-learn功能空缺点

Issue - State: closed - Opened by bookug almost 3 years ago - 3 comments

#180 - graphsage训练问题

Issue - State: closed - Opened by banbsyip almost 3 years ago - 7 comments

#175 - pip install not working

Issue - State: closed - Opened by snash4 about 3 years ago - 2 comments