Fast CUDA-Neural-Network Trainer for my chess engine Astra.
- Currently only supports data loading from Stockfish's binpack files
- CUDA-accelerated neural network training
- Optimized for chess engine development
- CMake
- CUDA Toolkit
git clone https://github.com/h1me01/Astra-Trainer.git
cd Astra-Trainercmake -B build/release -DCMAKE_BUILD_TYPE=Release
cmake --build build/release -j$(nproc)
./build/release/astra_trainer