-
Notifications
You must be signed in to change notification settings - Fork 10
Description
hello i am try to run the project,but failed and the error goes as :
2019-05-05 03:50:29 ERROR context_embeddings.py: 18 No module named 'utils.training_sdg_inner'
Traceback (most recent call last):
File "/media/kevin/storage1/JupyterNotebook/GraphEmbedding/Git/ComE/main.py", line 12, in
from ADSCModel.context_embeddings import Context2Vec
File "/media/kevin/storage1/JupyterNotebook/GraphEmbedding/Git/ComE/ADSCModel/context_embeddings.py", line 19, in
raise e
File "/media/kevin/storage1/JupyterNotebook/GraphEmbedding/Git/ComE/ADSCModel/context_embeddings.py", line 15, in
from utils.training_sdg_inner import train_o2, loss_o2, FAST_VERSION
ModuleNotFoundError: No module named 'utils.training_sdg_inner'
i have try to degug it but failed , could you help me to fix this ? thank you