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 "CaRe_main.py", line 211, in
main(args)
File "CaRe_main.py", line 86, in main
data = load_data(args)
File "/root/CaRE/CaRe(B=TransE)/data.py", line 10, in init
self.fetch_data()
File "/root/CaRE/CaRe(B=TransE)/data.py", line 126, in fetch_data
self.get_edges(self.canon_clusts)
File "/root/CaRE/CaRe(B=TransE)/data.py", line 105, in get_edges
if self.args.model_variant=='CaRe' and len(ent_clusts[ent])==1:
AttributeError: 'Namespace' object has no attribute 'model_variant'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "CaRe_main.py", line 211, in
main(args)
File "CaRe_main.py", line 86, in main
data = load_data(args)
File "/root/CaRE/CaRe(B=TransE)/data.py", line 10, in init
self.fetch_data()
File "/root/CaRE/CaRe(B=TransE)/data.py", line 126, in fetch_data
self.get_edges(self.canon_clusts)
File "/root/CaRE/CaRe(B=TransE)/data.py", line 105, in get_edges
if self.args.model_variant=='CaRe' and len(ent_clusts[ent])==1:
AttributeError: 'Namespace' object has no attribute 'model_variant'
The text was updated successfully, but these errors were encountered: