Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 'from GPG.embedding import GloveEmbeddings, BertEmbeddings' #2

Open
XavierWww opened this issue Jan 28, 2021 · 1 comment
Open

Comments

@XavierWww
Copy link

I use '!bash ./run_train.sh' to train, it appears as follow:

Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/content/drive/My Drive/MulQG-main/GPG/main.py", line 2, in
from GPG.trainer import Trainer
File "/content/drive/My Drive/MulQG-main/GPG/trainer.py", line 19, in
from GPG.models.model import GraphPointerGenerator
File "/content/drive/My Drive/MulQG-main/GPG/models/model.py", line 7, in
from GPG.models.model_builder import build_glove_embeddings
File "/content/drive/My Drive/MulQG-main/GPG/models/model_builder.py", line 3, in
from GPG.embedding import GloveEmbeddings, BertEmbeddings
ModuleNotFoundError: No module named 'GPG.embedding'

Maybe there is no 'embedding.py' in ../MulQG-main/GPG/..

Could you upload it? Thank you!

@Iamfinethanksu
Copy link
Member

updated :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants