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
目前这个工程使用的keras模型基本参照着keras官方文档中对于小型训练集的设计来的(猫狗大战,百级别) https://keras-cn.readthedocs.io/en/latest/legacy/blog/image_classification_using_very_little_data/
从现在收集到的数据来看:
https://github.com/williamfzc/stagesepx/blob/master/stagesepx/classifier/keras.py 你可以通过继承 KerasClassifier 后修改里面的 模型设计部分来改善模型
一些相关链接(持续补充到这里):
thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前这个工程使用的keras模型基本参照着keras官方文档中对于小型训练集的设计来的(猫狗大战,百级别)
https://keras-cn.readthedocs.io/en/latest/legacy/blog/image_classification_using_very_little_data/
从现在收集到的数据来看:
https://github.com/williamfzc/stagesepx/blob/master/stagesepx/classifier/keras.py
你可以通过继承 KerasClassifier 后修改里面的 模型设计部分来改善模型
一些相关链接(持续补充到这里):
thanks!
The text was updated successfully, but these errors were encountered: