IDGL
IDGL copied to clipboard
idgl.yml
When I run python main.py -config config/cora/idgl.yml
, I get the following error:
Traceback (most recent call last):
File "main.py", line 123, in
This is the problem caused by the discrepancy on yaml version. you can solve this error by changing the following
config = yaml.full_load(setting)