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
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'
The text was updated successfully, but these errors were encountered:
执行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'
The text was updated successfully, but these errors were encountered: