-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
Test Model ? #4
Comments
me too, have u solved it, bro? |
在train.py里面添加如下代码实现预测: def generate_test(batch, size):
def test(weights,batch=1, size=224)->'result':
最后在主函数里面添加test()函数即可 if name == 'main':
简单说就是: model.predict用于预测结果值 model.evaluate用于得到指标值 |
I'm sorry for the question but how do I test the generated model?
The text was updated successfully, but these errors were encountered: