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

ModuleNotFoundError: No module named 'encoder_model' #2

Open
skriser opened this issue Dec 17, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'encoder_model' #2

skriser opened this issue Dec 17, 2021 · 0 comments

Comments

@skriser
Copy link

skriser commented Dec 17, 2021

执行DSSM深度召回实践.ipynb 报错缺少模块


ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_1103581/1536832873.py in
7 import torch.nn as nn
8 # from dnn_model import DNN
----> 9 from encoder_model import Encoder
10 import torch.nn.functional as F
11 from sklearn.metrics import roc_auc_score

ModuleNotFoundError: No module named 'encoder_model'

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

1 participant