1 Star 0 Fork 0

herolin12/pygcn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thomas Kipf 提交于 2017-10-26 21:11 . Initial commit
from setuptools import setup
from setuptools import find_packages
setup(name='pygcn',
version='0.1',
description='Graph Convolutional Networks in PyTorch',
author='Thomas Kipf',
author_email='thomas.kipf@gmail.com',
url='https://tkipf.github.io',
download_url='https://github.com/tkipf/pygcn',
license='MIT',
install_requires=['numpy',
'torch',
'scipy'
],
package_data={'pygcn': ['README.md']},
packages=find_packages())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/herolin12/pygcn.git
git@gitee.com:herolin12/pygcn.git
herolin12
pygcn
pygcn
master

搜索帮助