Go to file
zhiyang7 d68d39718c baseline更新逻辑调整 2021-12-27 15:43:01 +08:00
douzero baseline更新逻辑调整 2021-12-27 15:43:01 +08:00
imgs Init 2021-09-07 16:38:34 +08:00
static 优化SQL及UI 2021-12-27 11:22:49 +08:00
.gitattributes Initial commit 2021-09-07 16:37:24 +08:00
.gitignore 添加cython编译配置 2021-12-22 10:31:35 +08:00
LICENSE Initial commit 2021-09-07 16:37:24 +08:00
README.md Update README.md 2021-09-25 10:57:38 +08:00
bid_weights.pkl Init 2021-09-07 16:38:34 +08:00
cuda_train.cmd 修复CPU与GPU不能同时训练的BUG,退出时自动存档 2021-12-19 20:00:42 +08:00
evaluate.py 修复eval的BUG 2021-12-24 19:12:09 +08:00
evaluate_server.py baseline更新逻辑调整 2021-12-27 15:43:01 +08:00
generate_eval_data.py 改造为4人斗地主 2021-12-05 12:03:30 +08:00
generate_eval_data_with_bid.py 使用onnx进行infer逻辑,未完成 2021-12-14 22:55:03 +08:00
model_merger.py 修复游戏规则BUG, 移除BID模型 2021-12-19 17:19:32 +08:00
requirements-server.txt 切换为mysql数据库 2021-12-26 12:36:43 +08:00
requirements.txt 新增evaluation server管理baseline 2021-12-25 19:06:34 +08:00
setup.py 添加cython编译配置 2021-12-22 10:31:35 +08:00
train.cmd 参数调整 2021-12-05 13:01:29 +08:00
train.py Init 2021-09-07 16:38:34 +08:00

README.md

Douzero_Resnet

Douzero with ResNet and GPU support for Windows

Contributor:

EdwardPooh: Implements the resnet Model.

Vincentzyx: Modify the training framework.