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
for layer in model.layers[:25]: layer.trainable = False
兄台 这个是将25层之前的全部冻结,你的readme里说将最后一层冻结。。。友情提醒一下 你分享的这个资源挺好的 谢谢
The text was updated successfully, but these errors were encountered:
我在运行fine-tuning_using_pre-trained.py时报错:KeyError: "Can't open attribute (can't locate attribute: 'nb_layers')"。什么原因,怎么解决。感谢了
Sorry, something went wrong.
No branches or pull requests
for layer in model.layers[:25]:
layer.trainable = False
兄台 这个是将25层之前的全部冻结,你的readme里说将最后一层冻结。。。友情提醒一下 你分享的这个资源挺好的 谢谢
The text was updated successfully, but these errors were encountered: