feat(official-bots): add Google Colab notebook for NNUE training (NCS-111) #81

Merged
Janis merged 1 commits from feat/NCS-111-colab-notebook into main 2026-06-24 19:33:25 +02:00
Member

Adds python/NNUETraining.ipynb with five sections:

  • Setup: mount Drive, clone/update repo, install deps + Stockfish
  • Data: Option A (generate + label) or Option B (upload existing labeled.jsonl)
  • Train: standard epoch loop or burst mode (recommended for Colab free tier)
  • Export: convert best .pt checkpoint to .nbai via export.py
  • Download: pull .nbai and .pt to local machine via files.download

Checkpoints and datasets are persisted to Google Drive so training
survives session disconnects and can be resumed automatically.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Adds python/NNUETraining.ipynb with five sections: - Setup: mount Drive, clone/update repo, install deps + Stockfish - Data: Option A (generate + label) or Option B (upload existing labeled.jsonl) - Train: standard epoch loop or burst mode (recommended for Colab free tier) - Export: convert best .pt checkpoint to .nbai via export.py - Download: pull .nbai and .pt to local machine via files.download Checkpoints and datasets are persisted to Google Drive so training survives session disconnects and can be resumed automatically. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Janis added 1 commit 2026-06-24 19:33:21 +02:00
feat(official-bots): add Google Colab notebook for NNUE training (NCS-111)
Build & Test (NowChessSystems) TeamCity build finished
c8a0f8a08f
Adds python/NNUETraining.ipynb with five sections:
- Setup: mount Drive, clone/update repo, install deps + Stockfish
- Data: Option A (generate + label) or Option B (upload existing labeled.jsonl)
- Train: standard epoch loop or burst mode (recommended for Colab free tier)
- Export: convert best .pt checkpoint to .nbai via export.py
- Download: pull .nbai and .pt to local machine via files.download

Checkpoints and datasets are persisted to Google Drive so training
survives session disconnects and can be resumed automatically.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Janis merged commit fa10852bc9 into main 2026-06-24 19:33:25 +02:00
Janis deleted branch feat/NCS-111-colab-notebook 2026-06-24 19:33:25 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NowChess/NowChessSystems#81