You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: