jd-opensource / jd-opensource/IA-GCN

运行Light_GCN_ops.py文件报错

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

作者您好,我是一个初次接触GCN的新手小白:
我下载并阅读了您发表的论文:IA-GCN: Interactive Graph Convolutional Network for Recommendation。
对于您的方法我非常感兴趣,恰好我在github上面找到了您开源的代码,但是似乎现在我拉取了您的仓库后直接运行代码出现了一些问题和报错:
在直接运行:
python -u Light_GCN_ops.py --dataset=electronics --regs=[1e-4] --embed_size=64 --layer_size=[64,64] --lr=6.5e-05 --batch_size=1024 --epoch=1000
这个命令后显示我在调用tree_out函数的时候缺失12个位置参数:
TypeError: tree_out() missing 12 required positional arguments: 'u_input0', 'u_input1', 'u_input2', 'u_input3', 'p_input0', 'p_input1', 'p_input2', 'p_input3', 'n_input0', 'n_input1', 'n_input2', and 'n_input3'

报错截屏:
![1](https://github.com/user-attachments/assets/8072fe78-127e-4099-b7b1-16835bb9a6b7)

您如果看到的话能不能麻烦帮忙解决一下这个问题或者再次更新您的代码,我的邮箱是:2691475790@qq.com
感谢!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.