训练中国象棋遇到一个问题 #573
Replies: 2 comments
-
你好 训练中国象棋遇到一个问题 在用开局中局的fens生成的数据 显卡学习后 引擎的开局中局比较厉害 训练了残局 引擎的残局就比较厉害 开局中局又不行了 这个问题应该怎么解决?有没有办法让开局中局残局的知识融合或者通过迭代累积? |
Beta Was this translation helpful? Give feedback.
-
这是显卡学习的相关命令: "python serialize.py --features='HalfKAv2' xiangqi-6f64c55fcb28.nnue startingpointfortraining.pt" "python train.py --resume-from-model startingpointfortraining.pt --threads 30 --num-workers 88 --gpus %gpu% --max_epochs %pochs% training_data.bin validation_data.bin " "python serialize.py logs/default/version_0/checkpoints/last.ckpt xiangqi-1688888.nnue" |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions