I'm not so sure. Watching that hour long video, rightly or wrongly Albert came across as a bit of an egotist. So I think it is more of a personal crusade for him rather than about the money. I have no idea what chessbase sales figures are normally like, but I'd be surprised if there is a much if any profit in it after the development costs are recouped.
Fat Fritz 2
Moderators: hgm, Dann Corbit, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
- Posts: 2769
- Joined: Thu Jun 07, 2012 9:02 pm
Re: Fat Fritz 2
.
Opinions expressed here are my own, and not necessarily those of the CCRL Group.
Opinions expressed here are my own, and not necessarily those of the CCRL Group.
Re: Fat Fritz 2
In the meantime, the github link of DanielUranga includes also the weights file.
Although I doubt it is the same weights file offered by Chessbase, I compiled the published code from github and it works:
https://filehorst.de/d/dBDCEnDj
-
- Posts: 53
- Joined: Mon Jun 10, 2013 11:14 pm
Re: Fat Fritz 2
Are you sure the net provided at the 11th of Feb 2021 at Github is the same net they sell? I would not put any money on it. And, apart from all the legal stuff discussion, Chessbase is selling nothing but a «Mogelpackung» as we say in Germany.Dann Corbit wrote: ↑Sat Feb 13, 2021 7:22 amPersonally, since the source and net have been published, I am somewhat neutral about it.
Ciao
acepoint
- Sylwy
- Posts: 3600
- Joined: Fri Apr 21, 2006 2:19 pm
- Location: IASI (Romania) - the historical capital of MOLDOVA
Re: Fat Fritz 2
YES ! Works perfectly. Thank you ! Interesting new net- 20x512. Here's the situation in my test after just 8 games:MTaktikos wrote: ↑Sat Feb 13, 2021 10:26 amIn the meantime, the github link of DanielUranga includes also the weights file.
Although I doubt it is the same weights file offered by Chessbase, I compiled the published code from github and it works:
https://filehorst.de/d/dBDCEnDj

Re: Fat Fritz 2
The Net on GitHub is not the net, which comes with the commercial version of FF2. It is an earlier, weaker version, Albert Silver told me. Of course. Otherwise nobody had to buy FF2 anymore.acepoint_de wrote: ↑Sat Feb 13, 2021 10:31 amAre you sure the net provided at the 11th of Feb 2021 at Github is the same net they sell? I would not put any money on it. And, apart from all the legal stuff discussion, Chessbase is selling nothing but a «Mogelpackung» as we say in Germany.Dann Corbit wrote: ↑Sat Feb 13, 2021 7:22 amPersonally, since the source and net have been published, I am somewhat neutral about it.
Ciao
acepoint
I checked the bench and it is different. And I looked into both nets with a HEX-editor and they are definitly different!
The FF2-binary is forked from Stockfish 210111, by the way.
I started a RoundRobin tournament of Stockfish 210111, FF2 and FF2 with github-net. 3000 games. To measure, how strong FF2 and FF2 with github-net really are.
Result on my website in 2-3 days.
-
- Posts: 53
- Joined: Mon Jun 10, 2013 11:14 pm
Re: Fat Fritz 2
I can't say that I'm surprised

Ciao
acepoint
- Sylwy
- Posts: 3600
- Joined: Fri Apr 21, 2006 2:19 pm
- Location: IASI (Romania) - the historical capital of MOLDOVA
Re: Fat Fritz 2
pohl4711 wrote: ↑Sat Feb 13, 2021 10:45 amThe Net on GitHub is not the net, which comes with the commercial version of FF2. It is an earlier, weaker version, Albert Silver told me. Of course. Otherwise nobody had to buy FF2 anymore.acepoint_de wrote: ↑Sat Feb 13, 2021 10:31 amAre you sure the net provided at the 11th of Feb 2021 at Github is the same net they sell? I would not put any money on it. And, apart from all the legal stuff discussion, Chessbase is selling nothing but a «Mogelpackung» as we say in Germany.Dann Corbit wrote: ↑Sat Feb 13, 2021 7:22 amPersonally, since the source and net have been published, I am somewhat neutral about it.
Ciao
acepoint
I checked the bench and it is different. And I looked into both nets with a HEX-editor and they are definitly different!
The FF2-binary is forked from Stockfish 210111, by the way.
I started a RoundRobin tournament of Stockfish 210111, FF2 and FF2 with github-net. 3000 games. To measure, how strong FF2 and FF2 with github-net really are.
Result on my website in 2-3 days.



FatFritz 2 x64.................3634 (493 games)
Stockfish 12 x64..............3631 (2699 games)
Re: Fat Fritz 2
Anyone have luck using FF2 w/ the new FatFritz2_v1.bin? i recompiled after downloading the new net in place of the src default one, then tried the following:
setoption name EvalFile value ./FatFritz2_v1.bin
also
setoption name EvalFile value /home/jshriver/Chess/FF2/FatFritz2_v1.bin
No matter it still exits out with this error:
info string ERROR: If the UCI option "Use NNUE" is set to true, network evaluation parameters compatible with the engine must be available.
info string ERROR: The option is set to true, but the network file FatFritz2_v1.bin was not loaded successfully.
info string ERROR: The UCI option EvalFile might need to specify the full path, including the directory name, to the network file.
info string ERROR: The default net can be downloaded from: https://tests.stockfishchess.org/api/nn ... tz2_v1.bin
info string ERROR: The engine will be terminated now.
setoption name EvalFile value ./FatFritz2_v1.bin
also
setoption name EvalFile value /home/jshriver/Chess/FF2/FatFritz2_v1.bin
No matter it still exits out with this error:
info string ERROR: If the UCI option "Use NNUE" is set to true, network evaluation parameters compatible with the engine must be available.
info string ERROR: The option is set to true, but the network file FatFritz2_v1.bin was not loaded successfully.
info string ERROR: The UCI option EvalFile might need to specify the full path, including the directory name, to the network file.
info string ERROR: The default net can be downloaded from: https://tests.stockfishchess.org/api/nn ... tz2_v1.bin
info string ERROR: The engine will be terminated now.
Re: Fat Fritz 2
Disregard, needed to update to the latest codebase for it to work. But odd that the older one didnt try to embed the new one.
Related note, anyone here try to build a 512 net? Both gensfen and train are invalid commands in this release.
Re: Fat Fritz 2
So is the download source now exactly the same as the paid one?