Graham Banks wrote: ↑Sat Nov 14, 2020 9:55 am
Adding save.bin to both paths in the previous two diagrams doesn't make any difference.
Are you sure? So you had not added the file name before, just the path w/o file name for the previous games? (as in your screenshot)
I am also sceptical with spaces in folder names.
Moreover did you exchange the save.bin file from previous version?
Seer 1.1 requires a newer net file (same name, but different size, now 48MB vs. 108MB).
The net files are incompatible between 1.0 and 1.1 and vice versa.
Graham Banks wrote: ↑Sat Nov 14, 2020 9:55 am
Adding save.bin to both paths in the previous two diagrams doesn't make any difference.
Are you sure? So you had not added the file name before, just the path w/o file name for the previous games? (as in your screenshot)
I am also sceptical with spaces in folder names.
100% certain. I've tried both.
Eliminating spaces in the folder name doesn't work either.
Moreover did you exchange the save.bin file from previous version?
Seer 1.1 requires a newer net file (same name, but different size, now 48MB vs. 108MB).
The net files are incompatible between 1.0 and 1.1 and vice versa.
RubiChess wrote: ↑Sat Nov 14, 2020 10:07 am
I would rename the Seer folder to something without whitespace in foldername. This is most probably the reason for not finding the file.
RubiChess wrote: ↑Sat Nov 14, 2020 10:07 am
I would rename the Seer folder to something without whitespace in foldername. This is most probably the reason for not finding the file.
Still no luck, but thanks for the suggestion.
I will try to setup Seer later today on my notebook where I have ChessGUI and let you know.
Andreas
RubiChess wrote: ↑Sat Nov 14, 2020 10:07 am
I would rename the Seer folder to something without whitespace in foldername. This is most probably the reason for not finding the file.
Still no luck, but thanks for the suggestion.
I will try to setup Seer later today on my notebook where I have ChessGUI and let you know.
Andreas
RubiChess wrote: ↑Sat Nov 14, 2020 10:07 am
I would rename the Seer folder to something without whitespace in foldername. This is most probably the reason for not finding the file.
Still no luck, but thanks for the suggestion. :)
What happens, if you just add the file to the same directory and only add 'save.bin' as option value?
If that also doesn't work, you should try if it will work from cmd. (with save.bin in same folder)
RubiChess wrote: ↑Sat Nov 14, 2020 10:07 am
I would rename the Seer folder to something without whitespace in foldername. This is most probably the reason for not finding the file.
Still no luck, but thanks for the suggestion.
What happens, if you just add the file to the same directory and only add 'save.bin' as option value?
If that also doesn't work, you should try if it will work from cmd. (with save.bin in same folder)
uci
ucinewgame
isready
setoption name Weights value save.bin
go infinite
If it now doesn't show sensible moves it hasn't loaded it.
If it shows sensible moves ChessGUI has a communication problem and I give up for now
This works in console mode, so must be a communication issue with ChessGUI.
Wonder if it's the same issue that Supernova had with ChessGUI before the author provided a fix. Looks like Supernova does not interpret “movestogo…” correctly because it expects this to come at the end. I’ll fix this for the next release.
@Connor I still suggest an error message if it hasn't found a (correct) Weights file
connor_mcmonigle wrote: ↑Mon Nov 02, 2020 7:03 am
I've released Seer 1.1 here: https://github.com/connormcmonigle/seer ... s/tag/v1.1 (this time with binaries!). It should prove substantially stronger than Seer 1.0 and also corrects an issue where an extra thread would be used. Estimated strength is around 3000 elo, though this a quite poor estimate due to limited testing. In any case, I'd greatly appreciate if it could be tested. More info can be found by following the link. Let me know if you have difficulty running it.
The speedup for 1.1 and current dev (named 1.11 by me) of today is incredibly huge, but I don't know how much is due
to the much smaller net file.
1.0 with the old net file had around 44 kn/s on my old hardware. Now it is nearly 2.5* more, about 112 kn/s.
(I have changed the default Weights string for my convenience)
Must be a communication problem between the engine and ChessGUI.
Perhaps somebody else who uses ChessGUI can confirm.
Well, what is your setting in ChessGUI for the Weights file and how does it look?
A last attempt, what happens, if you just add the file name, as it seems the nn file is already located in the same directory?
Normally then it should work w/o the absolute path.
So instead 'C:\ChessGUI_net\ENGINES\Seer 1.1 64-bit\save.bin' simply 'save.bin'
Must be a communication problem between the engine and ChessGUI.
Perhaps somebody else who uses ChessGUI can confirm.
Well, what is your setting in ChessGUI for the Weights file and how does it look?
A last attempt, what happens, if you just add the file name, as it seems the nn file is already located in the same directory?
Normally then it should work w/o the absolute path.
So instead 'C:\ChessGUI_net\ENGINES\Seer 1.1 64-bit\save.bin' simply 'save.bin'
I've tried that as well, Guenther.
Will be interesting to see whether Andreas (or any other ChessGUI user) can get Seer working correctly.