mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Saving new network in correct path.
This commit is contained in:
@@ -23,7 +23,10 @@ AlignedPtr<FeatureTransformer> feature_transformer;
|
||||
AlignedPtr<Network> network;
|
||||
|
||||
// Evaluation function file name
|
||||
std::string fileName = "eval\\nn.bin";
|
||||
std::string fileName = "nn.bin";
|
||||
|
||||
// Saved evaluation function file name
|
||||
std::string savedfileName = "nn.bin";
|
||||
|
||||
// Get a string that represents the structure of the evaluation function
|
||||
std::string GetArchitectureString() {
|
||||
|
||||
Reference in New Issue
Block a user