# pytorch-graphsage **Repository Path**: dl-study/pytorch-graphsage ## Basic Information - **Project Name**: pytorch-graphsage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-28 - **Last Updated**: 2025-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### graphsage `pytorch` version of https://github.com/williamleif/GraphSAGE There are also a handful of new features, including: - scripts for preprocessing data - attention-based aggregator - sparse edge sampler (eg, don't use the dense 2D edgelist) - richer, pluggable preprocessing classes This version is missing some features, as well. Namely: - we don't support unsupervised models (yet) A simplified version of the original Tensorflow version can be found on branch `tf-simple`. ##### LICENSE MIT