-
Notifications
You must be signed in to change notification settings - Fork 317
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
AttributeError: 'KGAT' object has no attribute 'ua_embeddings' #10
Comments
?? Sorry. Others using the codes do not have the error. |
我也遇到了这个问题 |
hi, could you please show me your running command & parameter settings? |
WARNING:tensorflow:From D:\Program Files\anaconda3\envs\data_analysis\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. |
这个比较诡异,我用pycharm run的时候会出现这个报错,如果在终端下run就不会报错,但是一直卡在without pretraining上。 |
你好,请问without pretraining这个问题你最后解决了吗,我也是因为这个问题! |
换机器跑,我换了1080ti跑,跑一个epoch要600s吧 |
1660ti能跑吗 |
1660ti应该可以跑吧,不过应该很慢很慢 |
大家好,请问AttributeError: 'KGAT' object has no attribute 'ua_embeddings'这个问题你们都是则么解决的呀 非常感谢! |
同样遇到了这个问题。。。 |
我也有这个问题: |
我在终端跑也是出现 without pretrain,之后就没反应了 |
Hi all,
希望能解决各位的疑惑。 |
谢谢作者,但是上面的这个AttributeError: 'KGAT' object has no attribute 'ua_embeddings'一直没解决 |
请问你运行的命令是什么呢? |
python Main.py --model_type kgat --alg_type ngcf --adj_type bi --dataset yelp2018 --regs [1e-5,1e-5] --layer_size [64,32,16]
python Main.py --model_type kgat --alg_type ngcf --adj_type bi --dataset yelp2018 --regs [1e-5,1e-5] --layer_size [64,32,16] |
请把--alg_type ngcf换成--alg_type bi试一下。 |
AttributeError: 'KGAT' object has no attribute 'ua_embeddings'
??
The text was updated successfully, but these errors were encountered: