Skip to content

Commit

Permalink
Out data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoj committed May 21, 2024
1 parent 4bbc363 commit 2932d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuning/generateTrainingData.nim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ doAssert not gitHasUnstagedChanges,

let
startDate = now().format("yyyy-MM-dd-HH-mm-ss")
outDir = "res/data/"
outDir = "res/data/no_gaps/"
outputFilename =
fmt"{outDir}trainingSet_{startDate}_{sampleGameSearchNodes}_{versionOrId()}.bin"

Expand Down

0 comments on commit 2932d88

Please sign in to comment.