Skip to content
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

测试文件 #13

Open
zhangweish opened this issue Mar 1, 2024 · 1 comment
Open

测试文件 #13

zhangweish opened this issue Mar 1, 2024 · 1 comment

Comments

@zhangweish
Copy link

请问哪个是测试文件

@Solaaaaa
Copy link

你问的可能是测试函数,在源文件main.py中没有执行test()函数,你可以在最后加上一句test()来执行test函数。
屏幕截图 2024-07-19 174216
另外,main.py中的test()函数中的这条语句:
model = load_model(result_test_file, 48)
可能要修改为:
model = load_model(result_test_file, epoch)
希望能够帮到你!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants