-
Notifications
You must be signed in to change notification settings - Fork 11
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
can you supply a valiation tool like leelaz #30
Comments
I don't know if validation works with SAI, but one can use gogui-twogtp |
i guess irename sai.exe to leelaz.exe will let validation work:) |
i copied the sai.exe to leelaz directory, use following command works
|
did it work? |
yes
|
sai41 vs lz030
sai43 vs lz035
sai43 vs lz033
sai44 vs lz033
|
Thank you. Please note, that we are already comparing SAI nets and LZ nets: the 10 games matches you will see from time to time are of that kind. We are currently on par with LZ036 apparently |
sai59 vs lz40
sai61 vs lz47
|
sai65 vs lz147
|
sai68 vs lz147
|
I run validation with the following command |
please post your full command line |
./validation -k 10k177selfplay -u 1 -g 1 --network saibest.gz -o "-g -t 16 --noponder --lambda 0 --mu 0 --nrsymm -v 10000" --network saibest.gz -o "-g -t 16 --noponder --lambda 0 --mu 0 --nrsymm -v 10000"-- /home/kenny/Desktop/sai/build/sai -- /home/kenny/Desktop/sai/build/sai |
my command line works on windows validation -k sai77_lz250 -n af4.gz -o "-g -v 400 -r 5 -w" -n networks/3d415846183a7f51a40aaa80a007d886668e759c37be8712febf09ec2823d257.gz -o "-g -v 1 -r 5 -w" -- sai -- sai |
i think you need add the -w in -o " ...." |
oh, it automatically put the net in the end of the option? |
It still can't work. |
I have never used validation and cannot give you advice, but I reopen the issue so that people can better see it and answer. |
@kennychenfs, as @l1t1 pointed out, you have to add '-w' right to the end of the options: ./validation -k 10k177selfplay -u 1 -g 1 --network saibest.gz -o "-g -t 16 --noponder --lambda 0 --mu 0 --nrsymm -v 10000 -w" --network saibest.gz -o "-g -t 16 --noponder --lambda 0 --mu 0 --nrsymm -v 10000 -w"-- /home/kenny/Desktop/sai/build/sai -- /home/kenny/Desktop/sai/build/sai |
@akdtg I tried it, as above. |
Is the weight file in the same directory as the validation file? If not, you have to give the path to it. Also, there should be a space before |
yes
barrtgt <notifications@github.com> 於 2019年12月25日 週三 10:30 寫道:
… Is the weight file in the same directory as the validation file? If not,
you have to give the path to it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI3VVFKU5TMHJZQ3LYTV6ULQ2LATDANCNFSM4JHCG27A>
.
|
so that we can do nets compare
The text was updated successfully, but these errors were encountered: