LeelaChessZero / lczero-training

For code etc relating to the network training process.
143 stars 119 forks source link

Training without GPU #206

Open alexmolas opened 2 years ago

alexmolas commented 2 years ago

Is it possible to train the model without using a GPU? I know it's not efficient, but I'm running some experiments in my local computer before moving the experiments to a machine with GPU.

The gpus arg in the configuration file is mandatory, so a value must be specified, my question is which value to specify if I don't want to use GPU for training.

Thanks!