Skip to content

Commit a0dc4ec

Browse files
committed
v0.0.8
1 parent 5588df6 commit a0dc4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
6565
- 简单示例: [turorials_mnist](https://github.com/Tongjilibo/torch4keras/blob/master/examples/turorials_mnist.py)
6666
6767
## 4. 版本说明
68+
- **v0.0.8**:20230625 增加EmailCallback和WandbCallback, 增加AccelerateTrainer和DeepSpeedTrainer, grad_accumulation_steps内算一个batch,修改Trainer中部分成员函数
6869
- **v0.0.7.post3**: 20230517 修复保存scheduler
6970
- **v0.0.7.post2**: 20230517 Checkpoint Calback增加保存scheduler, save_weights可自行创建目录,Logger, Tensorboard模块加入lr, 修改predict和add_trainer
7071
- **v0.0.7**:20230505 独立出callbacks.py文件, fit允许输入形式为字典,load_weights支持list输入,save_weights支持仅保存可训练参数
@@ -77,7 +78,7 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
7778
- **v0.0.1**:20221019 初始版本
7879
7980
## 5. 更新:
80-
- **20230601**:增加EmailCallback和WandbCallback, 修改acclerate的使用方式, grad_accumulation_steps内算一个batch
81+
- **20230625**:增加EmailCallback和WandbCallback, 增加AccelerateTrainer和DeepSpeedTrainer, grad_accumulation_steps内算一个batch,修改Trainer中部分成员函数
8182
- **20230517**:Checkpoint Calback增加保存scheduler, save_weights可自行创建目录,Logger, Tensorboard模块加入lr, 修改predict和add_trainer
8283
- **20230505**:独立出callbacks.py文件, fit允许输入形式为字典,load_weights支持list输入,save_weights支持仅保存可训练参数
8384
- **20230212**:增加hf的accelerator测试用例, ddp需要外部控制执行callback, 混合精度支持bf16

0 commit comments

Comments
 (0)