lc0-s
The rewritten engine, originally for cudnn. Now all other backends have been ported here.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Repository
The rewritten engine, originally for cudnn. Now all other backends have been ported here.
Basic Info
- Host: GitHub
- Owner: lucario6607
- License: gpl-3.0
- Language: C++
- Default Branch: quant
- Size: 73.9 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
sudo apt-get update
sudo apt-get install -y python3-venv python3-pip git protobuf-compiler
git clone https://github.com/LeelaChessZero/lczero-training.git
cd lczero-training
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
conda create -n lczero python=3.10
conda activate lczero
pip install --upgrade pip
pip install tensorflow==2.11.* pyyaml "numpy<2"
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1
export LDLIBRARYPATH=$CONDAPREFIX/lib:$LDLIBRARY_PATH
mkdir -p $CONDA_PREFIX/etc/conda/activate.d
echo 'export LDLIBRARYPATH=$CONDAPREFIX/lib:$LDLIBRARYPATH' > $CONDAPREFIX/etc/conda/activate.d/env_vars.sh
chmod +x $CONDAPREFIX/etc/conda/activate.d/envvars.sh
tar -xvf /notebooks/training-run1-test80-20220404-0817.tar -C /notebooks/
protoc -I=. --python_out=. net.proto
cd /notebooks/lczero-training/tf
python train.py --cfg configs/example.yaml
Owner
- Login: lucario6607
- Kind: user
- Repositories: 1
- Profile: https://github.com/lucario6607
Citation (CITATION.cff)
cff-version: 1.2.0 title: LeelaChessZero type: software authors: - name: The LCZero Authors repository-code: 'https://github.com/LeelaChessZero/lc0' url: 'https://lczero.org/' repository-artifact: 'https://github.com/LeelaChessZero/lc0/releases/' abstract: >- Lc0 is a UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project. keywords: - chess - neural networks (NN) - artificial intelligence (AI) license: GPL-3.0
GitHub Events
Total
- Release event: 1
- Push event: 8
- Create event: 1
Last Year
- Release event: 1
- Push event: 8
- Create event: 1