How to solve the metric in data
LiLijiazhan opened this issue · 0 comments
LiLijiazhan commented
when i run the code as follow:
!python -m shaDow.main --configs gcn_3_ppr.yml --dataset reddit --gpu 0
I find some problems:
Using backend: pytorch
Traceback (most recent call last):
File "/nfs/home/.conda/envs/pytorch1.9-cuda11-1/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/nfs/home/.conda/envs/pytorch1.9-cuda11-1/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/nfs/home/shaDow_GNN-main/shaDow/main.py", line 8, in
from shaDow.globals import (
File "/nfs/home/shaDow_GNN-main/shaDow/globals.py", line 24, in
DATA_METRIC = meta_config['data']['metric']
KeyError: 'metric'