Traceback (most recent call last):
File "dynamicgem/experiments/exp.py", line 358, in
call_exps(params, data_set, int(params["n_graphs"]))
File "dynamicgem/experiments/exp.py", line 248, in call_exps
choose_best_hyp(data_set, graphs, params)
File "dynamicgem/experiments/exp.py", line 111, in choose_best_hyp
importlib.import_module("embedding.%s" % meth),
File "E:\Anaconda3\envs\tf-gpu\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 941, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'embedding'
I dont know what is the 'embedding',and can't find in the file.
did anyone get same error with me?
I want to know the step of using Exp.py.
when I run the Exp.py , i got an error.
Traceback (most recent call last): File "dynamicgem/experiments/exp.py", line 358, in
call_exps(params, data_set, int(params["n_graphs"]))
File "dynamicgem/experiments/exp.py", line 248, in call_exps
choose_best_hyp(data_set, graphs, params)
File "dynamicgem/experiments/exp.py", line 111, in choose_best_hyp
importlib.import_module("embedding.%s" % meth),
File "E:\Anaconda3\envs\tf-gpu\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 941, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'embedding'
I dont know what is the 'embedding',and can't find in the file. did anyone get same error with me?