-
Notifications
You must be signed in to change notification settings - Fork 652
Open
Description
环境:魔塔云服务器,ubuntu20.04
描述:1. 进入models/match/kim 执行 python -u trainer.py -m config.yaml -o mode=train 报错无法找到utils包。
2. 但在我的win10系统环境下是能够执行的。
报错: root@123445:/mnt/workspace/PaddleRec/models/match/kim# python -u trainer.py -m config.yaml -o mode=train
Traceback (most recent call last):
File "trainer.py", line 29, in
from utils.utils_single import load_yaml, load_dy_model_class, get_abs_model, create_data_loader
ModuleNotFoundError: No module named 'utils.utils_single'
Metadata
Metadata
Assignees
Labels
No labels