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
在终端敲入 python train_image_classifier.py --checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits --trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits 这个是训练最后一层的fine tune, !!我想训练的可能是 最后三层!!,该如何fine tune呢,看了很久的源码,也没找到。 请帮忙解答一下.谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在终端敲入 python train_image_classifier.py
--checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits
--trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits
这个是训练最后一层的fine tune, !!我想训练的可能是 最后三层!!,该如何fine tune呢,看了很久的源码,也没找到。
请帮忙解答一下.谢谢
The text was updated successfully, but these errors were encountered: