-
Notifications
You must be signed in to change notification settings - Fork 121
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
How to use blunder prediction for given position/fen + next move #32
Comments
You should be able to load our models with the standard Pytorch load function. They don't use or predict the next move though, just the board (and metadata for some models) to predict the binary |
all right, seems like your advice + #10 helped me :) The next step for me is to map FEN into tensor so I can pass it to forward call - any helper function I could use? |
ok - found it, now I am here:
which is sort of critical moment of fried liver attack: https://lichess.org/analysis/standard/r1bqkb1r/ppp2ppp/2n2n2/3Pp1N1/2B5/8/PPPP1PPP/RNBQK2R_b_KQkq_-_0_5
|
I don't have an easy way to run the models. This project is in an archive and the machine we used has been reallocated. So I can't check that. You're correct about the first two values, |
hey @int8 any progress on this, have you figured out how to do the prediction based on fen ? |
Hello there,
I am trying to use blunder prediction for my hobby project I plan to work on - what I need is to predict blunder probability for given move at given position - how do I do it ?
P.S. I would rather avoid training my own blunder prediction model
The text was updated successfully, but these errors were encountered: