美文网首页
ModuleNotFoundError: No module n

ModuleNotFoundError: No module n

作者: 热爱生活H_Li | 来源:发表于2021-04-28 15:09 被阅读0次

You need to tell python where this module is:

import sys
sys.path.append("/home/henchli/文档/corona_baseline/baseline/baseline/bert")
sys.path.append("/home/henchli/文档/corona_baseline/baseline/baseline")
sys.path.append("/home/henchli/文档/corona_baseline/baseline/baseline")

引用:https://stackoverflow.com/questions/58307033/modulenotfounderror-no-module-named-modeling

相关文章

网友评论

      本文标题:ModuleNotFoundError: No module n

      本文链接:https://www.haomeiwen.com/subject/yepvrltx.html