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 "main.py", line 46, in
model = MyClass(sess, dataset, conf)
File "/home/xgxy/KB/SGL-TensorFlow-main/model/general_recommender/SGL.py", line 25, in init
super(SGL, self).init(dataset, conf)
File "/home/xgxy/KB/SGL-TensorFlow-main/model/AbstractRecommender.py", line 34, in init
num_thread=conf["num_thread"])
File "/home/xgxy/KB/SGL-TensorFlow-main/util/tool.py", line 182, in wrapper
return func(*args, **kwargs)
File "/home/xgxy/KB/SGL-TensorFlow-main/evaluator/proxy_evaluator.py", line 84, in init
num_thread=num_thread)
File "/home/xgxy/KB/SGL-TensorFlow-main/util/tool.py", line 177, in wrapper
bound_values = sig.bind(*args, **kwargs)
File "/home/xgxy/.conda/envs/kb/lib/python3.6/inspect.py", line 2997, in bind
return args[0]._bind(args[1:], kwargs)
File "/home/xgxy/.conda/envs/kb/lib/python3.6/inspect.py", line 2938, in _bind
arg=param.name)) from None
TypeError: multiple values for argument 'metric'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main.py", line 46, in
model = MyClass(sess, dataset, conf)
File "/home/xgxy/KB/SGL-TensorFlow-main/model/general_recommender/SGL.py", line 25, in init
super(SGL, self).init(dataset, conf)
File "/home/xgxy/KB/SGL-TensorFlow-main/model/AbstractRecommender.py", line 34, in init
num_thread=conf["num_thread"])
File "/home/xgxy/KB/SGL-TensorFlow-main/util/tool.py", line 182, in wrapper
return func(*args, **kwargs)
File "/home/xgxy/KB/SGL-TensorFlow-main/evaluator/proxy_evaluator.py", line 84, in init
num_thread=num_thread)
File "/home/xgxy/KB/SGL-TensorFlow-main/util/tool.py", line 177, in wrapper
bound_values = sig.bind(*args, **kwargs)
File "/home/xgxy/.conda/envs/kb/lib/python3.6/inspect.py", line 2997, in bind
return args[0]._bind(args[1:], kwargs)
File "/home/xgxy/.conda/envs/kb/lib/python3.6/inspect.py", line 2938, in _bind
arg=param.name)) from None
TypeError: multiple values for argument 'metric'
The text was updated successfully, but these errors were encountered: