Skip to content

Commit 2f3fcd4

Browse files
committed
v0.2.1.post2
1 parent 59a2603 commit 2f3fcd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
6868
## 4. 版本历史
6969
|更新日期| 版本 | 版本说明 |
7070
|------| ----------------- |----------- |
71-
|20240316|v0.2.1 |训练异常时保存权重,避免空数据集error,默认指标使用滑窗平滑,BaseModelDDP修改的更易用,mapping允许是函数更易用,Checkpoint增加save_on_train_end,增加SystemCallback,修改run_callback=False的bug, 适配build_MiniLLM_from_scratch|
71+
|20240317|v0.2.1.post2 |训练异常时保存权重,避免空数据集error,默认指标使用滑窗平滑,BaseModelDDP修改的更易用,mapping允许是函数更易用,Checkpoint增加save_on_train_end,增加SystemCallback,修改run_callback=False的bug, 适配build_MiniLLM_from_scratch, 修复ddp中mix_precision和torch重名的bug|
7272
|20240221|v0.2.0 | fit中修改.train()逻辑较少耗时|
7373
|20240204|v0.1.9 | 增加Timeit, Timeit2, timeit等时间/速度监控|
7474
|20240116|v0.1.8 | 重新整理snippets, 重写save_pretrained|

docs/History.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 更新历史
22

3-
- **20240315**: 训练异常时保存权重,避免空数据集error,默认指标使用滑窗平滑,BaseModelDDP修改的更易用,mapping允许是函数更易用,Checkpoint增加save_on_train_end,增加SystemCallback,修改run_callback=False的bug, 适配build_MiniLLM_from_scratch
3+
- **20240317**: 训练异常时保存权重,避免空数据集error,默认指标使用滑窗平滑,BaseModelDDP修改的更易用,mapping允许是函数更易用,Checkpoint增加save_on_train_end,增加SystemCallback,修改run_callback=False的bug, 适配build_MiniLLM_from_scratch, 修复ddp中mix_precision和torch重名的bug
44
- **20240221**: fit中修改.train()逻辑减少耗时
55
- **20240204**: 增加Timeit, Timeit2, timeid等时间/速度监控
66
- **20240116**: 重新整理snippets, 重写save_pretrained

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='torch4keras',
10-
version='v0.2.1',
10+
version='v0.2.1.post2',
1111
description='Use torch like keras',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)