HaileyStorm commited on
Commit
537ea5c
1 Parent(s): d0c6814

Update chess-gpt-eval-contrastive/main.py

Browse files
Files changed (1) hide show
  1. chess-gpt-eval-contrastive/main.py +1 -1
chess-gpt-eval-contrastive/main.py CHANGED
@@ -685,7 +685,7 @@ random_opening = False
685
  random_opening_moves = 10
686
  activations_path="activations.pkl"
687
  update_activations = True # False = use them
688
- save_activations_every = 10
689
  if __name__ == "__main__":
690
  for nanogpt_player in player_ones:
691
  for i in [0]: # [3] #range(11):
 
685
  random_opening_moves = 10
686
  activations_path="activations.pkl"
687
  update_activations = True # False = use them
688
+ save_activations_every = 25
689
  if __name__ == "__main__":
690
  for nanogpt_player in player_ones:
691
  for i in [0]: # [3] #range(11):