Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: scatter_mean() takes from 2 to 5 positional arguments but 6 were given #23

Open
foxhxer opened this issue Aug 15, 2023 · 1 comment

Comments

@foxhxer
Copy link

foxhxer commented Aug 15, 2023

Hi @Richarizardd
I was trying to train GCN model but facing
TypeError: scatter_mean() takes from 2 to 5 positional arguments but 6 were given

while trying to run the following command.
python train_cv.py --exp_name surv_15_rnaseq --task surv --mode graph --model_name graph --niter 0 --niter_decay 50 --lr 0.002 --init_type max --reg_type none --lambda_reg 0 -use_vgg_features 1 --gpu_ids 0

Installation :
torch-cluster-1.6.1
torch-geometric-1.3.0
torch-scatter-2.1.1
torch-sparse-0.6.17

Can you please suggest.

@XGGNet
Copy link

XGGNet commented Nov 11, 2023

meet same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants