AttributeError: module 'noisereduce' has no attribute 'create_profile'
时间: 2023-11-30 21:43:26 浏览: 156
求解报错:AttributeError:module ‘os’ has no attribute ‘exit’
根据提供的引用[1],出现了一个AttributeError,即模块中没有所需的属性。这通常是由于模块版本不兼容或代码错误导致的。您可以尝试检查模块版本是否正确或重新安装模块来解决此问题。
根据提供的引用[2],您可以尝试使用新的代码来创建优化配置文件和构建引擎。您可以尝试使用以下代码:
```python
profile = builder.create_optimization_profile()
config = builder.create_builder_config()
config.add_optimization_profile(profile)
engine = builder.build_engine(network, config)
```
这将创建一个优化配置文件和构建引擎,以便您可以使用TensorRT进行推理。
阅读全文