【新智元导读】德国研究者提出最新几何深度学习扩展库 PyTorch Geometric (PyG),具有快速、易用的优势,使得实现图神经网络变得非常容易。作者开源了他们的方法,并提供教程和实例。 过去十年来,深度学习方法(例如卷积神经网络和递归神经网络)在许多领域取得了前所未有的成就,例如计算机视觉和语音识别。 研究者主要将深度学...
PyG (PyTorch Geometric) is a library built upon PyTorch to easily write and train Graph Neural Networks (GNNs) for a wide range of applications related to structured data. It consists of various methods for deep learning on graphs and other irregular structures, also known as geometric deep lea...
ThePyTorch Geometrypackage is a geometric computer vision library forPyTorch. It consists of a set of routines and differentiable modules to solve generic geometry computer vision problems. At its core, the package usesPyTorchas its main backend both for efficiency and to take advantage of the reve...
当科学家们发现,图神经网络(GNN) 能搞定传统CNN处理不了的非欧数据,从前深度学习解不开的许多问题都找到了钥匙。 如今,有个图网络PyTorch库,已在GitHub摘下2000多星,还被CNN的爸爸Yann LeCun翻了牌: 它叫PyTorch Geometric,简称PyG,聚集了26项图网络研究的代码实现。 这个库还很快,比起前辈DGL图网络库,PyG最高...
2年前 README MIT 简介 同步https://github.com/pyg-team/pytorch_geometric 暂无标签 Python 等4 种语言 MIT 发行版 暂无发行版 贡献者 (400) 全部 近期动态 2年前同步了仓库 2年多前同步了仓库 2年多前同步了仓库 2年多前同步了仓库 接近3年前同步了仓库 加载更多 北京...
如今,有个图网络PyTorch库,已在GitHub摘下2000多星,还被CNN的爸爸Yann LeCun翻了牌: 它叫PyTorch Geometric,简称PyG,聚集了26项图网络研究的代码实现。 这个库还很快,比起前辈DGL图网络库,PyG***可以达到它的15倍速度。 应有尽有的库 要跑结构不规则的数据,就用PyG吧。不管是图形(Graphs),点云(Point Clouds...
比起不久前红遍大江南北的PyTorch Geometric图网络库,少年说他的列表更全面。 所以,就来观察一下到底有多全。 分成四类 列表的名字,叫Awesome Graph Classification。 就像开头提到的那样,70多篇论文和它们的代码,被少年分到了四个类别里。 前两类比较简洁: 第一类是分解 (Factorization) ,有6篇论文的实现。 比...
Facenet: Pretrained Pytorch face detection and recognition models DGC-Net: Dense Geometric Correspondence Network High performance facial recognition library on PyTorch FaceBoxes, a CPU real-time face detector with high accuracy How far are we from solving the 2D & 3D Face Alignment problem? (and a...
PyTorch: InsightFace_Pytorch PyTorch: arcface-pytorch Caffe: arcface-caffe Caffe: CombinedMargin-caffe Tensorflow: InsightFace-tensorflow TensorRT: wang-xinyu/tensorrtx TensorRT: InsightFace-REST ONNXRuntime C++: ArcFace-ONNXRuntime ONNXRuntime Go: arcface-go MNN: ArcFace-MNN TNN: ArcFace-TNN NCNN...
Lenssen,提出了一个基于PyTorch 的几何深度学习扩展库 PyTorch Geometric (PyG),为 GNN 的研究和应用再添利器。 论文:https://arxiv.org/pdf/1903.02428.pdf Yann Lecun 也热情推荐了这个工作,称赞它是一个快速、美观的 PyTorch 库,用于几何深度学习 (图和其他不规则结构的神经网络)。 作者声称,PyG 甚至比几...