Skip to content

Commit f5e7060

Browse files
committed
v0.2.0
1 parent 441ae4c commit f5e7060

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![torch4keras](https://github.com/Tongjilibo/torch4keras/blob/master/docs/pics/torch4keras.png)
1+
![torch4keras](./docs/pics/torch4keras.png)
22

33

44
[![licence](https://img.shields.io/github/license/Tongjilibo/torch4keras.svg?maxAge=3600)](https://github.com/Tongjilibo/torch4keras/blob/master/LICENSE)
@@ -67,11 +67,9 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
6767
## 4. 版本历史
6868
|更新日期| 版本 | 版本说明 |
6969
|------| ----------------- |----------- |
70+
|20240221|v0.2.0 | fit中修改.train()逻辑较少耗时|
7071
|20240204|v0.1.9 | 增加Timeit, Timeit2, timeit等时间/速度监控|
7172
|20240116|v0.1.8 | 重新整理snippets, 重写save_pretrained|
72-
|20231219|v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
73-
|20231208|v0.1.6.post2 |监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题; 修复clip_grad_norm的bug|
74-
|20230928|v0.1.5 |进度条中显示已经训练的时间|
7573
7674
[更多版本](https://github.com/Tongjilibo/torch4keras/blob/master/docs/Update.md)
7775

docs/History.md

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

3+
- **20240221**: fit中修改.train()逻辑减少耗时
34
- **20240204**: 增加Timeit, Timeit2, timeid等时间/速度监控
45
- **20240116**: 重新整理snippets, 重写save_pretrained
56
- **20231219**: 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式

docs/Update.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
|更新日期| 版本 | 版本说明 |
44
|------| ----------------- |----------- |
5+
|20240221|v0.2.0 | fit中修改.train()逻辑减少耗时|
6+
|20240204|v0.1.9 | 增加Timeit, Timeit2, timeit等时间/速度监控|
7+
|20240116|v0.1.8 | 重新整理snippets, 重写save_pretrained|
58
|20231219|v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
69
|20231207|v0.1.6 |监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题|
710
|20230928|v0.1.5 |进度条中显示已经训练的时间|

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.1.9',
10+
version='v0.2.0',
1111
description='Use torch like keras',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)