Go to file
zhiyang7 f054fed61c 导出onnx模型逻辑,中间状态 2021-12-14 18:21:01 +08:00
douzero 导出onnx模型逻辑,中间状态 2021-12-14 18:21:01 +08:00
imgs Init 2021-09-07 16:38:34 +08:00
.gitattributes Initial commit 2021-09-07 16:37:24 +08:00
.gitignore 参数调整 2021-12-12 14:01:40 +08:00
BidModel.py Init 2021-09-07 16:38:34 +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 修复eval逻辑BUG 2021-12-11 20:07:41 +08:00
evaluate.py eval参数封装调整 2021-12-12 16:49:54 +08:00
generate_eval_data.py 改造为4人斗地主 2021-12-05 12:03:30 +08:00
generate_eval_data_with_bid.py 添加叫牌相关的评估逻辑 2021-12-10 10:11:44 +08:00
model_merger.py 修复eval逻辑BUG 2021-12-11 20:07:41 +08:00
requirements.txt 调整评估相关代码 2021-12-08 17:16:27 +08:00
setup.py Init 2021-09-07 16:38:34 +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.