-
Notifications
You must be signed in to change notification settings - Fork 102
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
Testing trained model #243
Comments
That would be the validation loss, but generally we test newly trained nets by playing games with run_games.py. easy_train.py shows how this can be done. Nets that test well locally can be tested on fishtest as well. |
If I fine tuned the model so that it doesn't predict board evaluations anymore, how would I test it? |
What does it predict? |
It predicts a value that I have defined as Value of Computation. Its just some value between 0 and 1 |
Unless this value represents some truth there is no way to test other than play games. |
Is there no way to test it via tensorflow? |
best you can do is look at loss |
Hello,
I have a trained model. How would I get predictions and testing accuracy using a test dataset?
Thank you!
The text was updated successfully, but these errors were encountered: