module 'clip' has no attribute 'load'
时间: 2023-09-09 15:13:59 浏览: 222
求解报错:AttributeError:module ‘os’ has no attribute ‘exit’
这个问题可能是因为 `clip` 模块中没有名为 `load` 的属性。请确保你正确安装了 `clip` 模块,并且使用了正确的方法来加载模型。可以尝试使用 `import clip` 来导入模块,然后使用 `clip.load()` 方法来加载模型。如果问题仍然存在,请检查你的代码或者更新你的 `clip` 模块版本。如果需要更具体的帮助,请提供更多相关的代码和错误信息,以便我能够更好地帮助你。
阅读全文