昇腾社区首页
中文
注册

模型训练报错,提示init tbe error

问题现象

在使用Rec SDK进行模型训练时发生报错,提示“init tbe error”且在plog日志中发现存在Import repository_manager_log error

问题原因

可参考以下方面进行确认。

  • 可能缺失python第三方依赖库attrs。
  • 可能是其他算子错误导致tbe初始化失败。

解决方案

  • 针对Python第三方依赖库attrs缺失问题,请执行pip3 install attrs进行安装。
  • 排查具体算子问题,待问题解决后重新启动模型训练。