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

AttributeError: 'GCNConfig' object has no attribute 'em_info' #10

Open
Ldtenacity opened this issue Apr 15, 2023 · 1 comment
Open

AttributeError: 'GCNConfig' object has no attribute 'em_info' #10

Ldtenacity opened this issue Apr 15, 2023 · 1 comment

Comments

@Ldtenacity
Copy link

When execute python GLEM/src/models/GNNs/trainGNN.py

The following error happens

Traceback (most recent call last):
File "GLEM/src/models/GNNs/trainGNN.py", line 12, in
cf = Config(args).init()
File "/afs/crc.nd.edu/user/d/dliu9/GLEM/src/utils/modules/conf_utils.py", line 61, in init
self._exp_init()
File "/afs/crc.nd.edu/user/d/dliu9/GLEM/src/models/GNNs/gnn_utils.py", line 63, in _exp_init
super()._exp_init()
File "/afs/crc.nd.edu/user/d/dliu9/GLEM/src/utils/modules/conf_utils.py", line 45, in _exp_init
self._data_args_init()
File "/afs/crc.nd.edu/user/d/dliu9/GLEM/src/models/GNNs/gnn_utils.py", line 86, in _data_args_init
self.lm_md = self.em_info.lm_md
AttributeError: 'GCNConfig' object has no attribute 'em_info'

@hanghangqiu
Copy link

请问找到解决方法了吗

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