mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Merge commit 'bc45cbc820a53a9fc405c06ca67bd7be3970344e' into cluster
This commit is contained in:
@@ -253,8 +253,12 @@ void Network<Arch, Transformer>::verify(std::string evalfilePath) const {
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
size_t size = sizeof(*featureTransformer) + sizeof(*network) * LayerStacks;
|
||||
if (Cluster::is_root())
|
||||
sync_cout << "info string NNUE evaluation using " << evalfilePath << sync_endl;
|
||||
sync_cout << "info string NNUE evaluation using " << evalfilePath << " ("
|
||||
<< size / (1024 * 1024) << "MiB, (" << featureTransformer->InputDimensions << ", "
|
||||
<< network[0]->TransformedFeatureDimensions << ", " << network[0]->FC_0_OUTPUTS
|
||||
<< ", " << network[0]->FC_1_OUTPUTS << ", 1))" << sync_endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user