We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装信息如下:
paddlepaddle-gpu 2.6.0.post117 paddleslim 2.6.0
遇到的问题如下:
import paddleslim as slim model = slim.models.MobileNet() Traceback (most recent call last): File "", line 1, in AttributeError: module 'paddleslim' has no attribute 'models'
import paddleslim as slim
model = slim.models.MobileNet() Traceback (most recent call last): File "", line 1, in AttributeError: module 'paddleslim' has no attribute 'models'
The text was updated successfully, but these errors were encountered:
你好,最新的paddleslim版本已经没有 models文件夹了。 如果是为了跑通issue里跑的示例,可以安装2.4以前版本的paddleslim
Sorry, something went wrong.
ceci3
No branches or pull requests
安装信息如下:
paddlepaddle-gpu 2.6.0.post117
paddleslim 2.6.0
遇到的问题如下:
The text was updated successfully, but these errors were encountered: