File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2035,7 +2035,7 @@ def parse_cli_args():
2035
2035
)
2036
2036
parser .add_argument (
2037
2037
'--nnue-pytorch-branch' ,
2038
- default = 'glinscott /nnue-pytorch/master' ,
2038
+ default = 'official-stockfish /nnue-pytorch/master' ,
2039
2039
type = str ,
2040
2040
metavar = 'BRANCH_OR_COMMIT' ,
2041
2041
dest = 'nnue_pytorch_branch' ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def decode_leb_128_array(arr, n):
57
57
58
58
# hardcoded for now
59
59
VERSION = 0x7AF32F20
60
- DEFAULT_DESCRIPTION = "Network trained with the https://github.com/glinscott /nnue-pytorch trainer."
60
+ DEFAULT_DESCRIPTION = "Network trained with the https://github.com/official-stockfish /nnue-pytorch trainer."
61
61
62
62
class NNUEWriter ():
63
63
"""
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def plot_input_weights(self):
133
133
if default_order :
134
134
# Piece centric, but with flipped king position.
135
135
# Same order as used by https://github.com/hxim/Stockfish-Evaluation-Guide.
136
- # See also https://github.com/glinscott /nnue-pytorch/issues/42#issuecomment-753604393.
136
+ # See also https://github.com/official-stockfish /nnue-pytorch/issues/42#issuecomment-753604393.
137
137
inpos = [[(7 - kipos [0 ]) + pipos [0 ] * 8 , kipos [1 ]+ (7 - pipos [1 ])* 8 ],
138
138
[(7 - (kipos [0 ]^ 7 ))+ (pipos [0 ]^ 7 )* 8 , kipos [1 ]+ (7 - pipos [1 ])* 8 ]]
139
139
d = - 8 if piece < 2 else 48 + (piece // 2 - 1 ) * 64
You can’t perform that action at this time.
0 commit comments