Saving new network in correct path.

This commit is contained in:
zz4032
2020-07-11 10:33:36 +02:00
committed by nodchip
parent b521e405d3
commit d6e8089f50
3 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -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() {