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
Traceback (most recent call last):
File "demo.py", line 102, in
pipeline(name=name,task=task,type_list=type_list,feature_list=feature_list)
File "demo.py", line 59, in pipeline
generate_feature(version,
File "demo.py", line 42, in generate_feature
graph_features.get_graph_feature()
File "/data/GouCongHui/CDC/WhoIsWho-main/whoiswho/featureGenerator/rndFeature/graph_features.py", line 295, in get_graph_feature
genGraphSimiFeat.get_candi_auth_graph_path(self.config["candi_4name_graph_path"],
File "/data/GouCongHui/CDC/WhoIsWho-main/whoiswho/featureGenerator/rndFeature/graph_features.py", line 84, in get_candi_auth_graph_path
candiAuthors = list(self.nameAidPid[candiName].keys())
KeyError: 'zhenyu_yang'
这个问题感觉没法解决呀,没有这个人我怎么办??
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "demo.py", line 102, in
pipeline(name=name,task=task,type_list=type_list,feature_list=feature_list)
File "demo.py", line 59, in pipeline
generate_feature(version,
File "demo.py", line 42, in generate_feature
graph_features.get_graph_feature()
File "/data/GouCongHui/CDC/WhoIsWho-main/whoiswho/featureGenerator/rndFeature/graph_features.py", line 295, in get_graph_feature
genGraphSimiFeat.get_candi_auth_graph_path(self.config["candi_4name_graph_path"],
File "/data/GouCongHui/CDC/WhoIsWho-main/whoiswho/featureGenerator/rndFeature/graph_features.py", line 84, in get_candi_auth_graph_path
candiAuthors = list(self.nameAidPid[candiName].keys())
KeyError: 'zhenyu_yang'
这个问题感觉没法解决呀,没有这个人我怎么办??
The text was updated successfully, but these errors were encountered: