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
请问哪个是测试文件
The text was updated successfully, but these errors were encountered:
你问的可能是测试函数,在源文件main.py中没有执行test()函数,你可以在最后加上一句test()来执行test函数。 另外,main.py中的test()函数中的这条语句: model = load_model(result_test_file, 48) 可能要修改为: model = load_model(result_test_file, epoch) 希望能够帮到你!
Sorry, something went wrong.
No branches or pull requests
请问哪个是测试文件
The text was updated successfully, but these errors were encountered: