File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- ![ torch4keras] ( https://github.com/Tongjilibo/torch4keras/blob/master /docs/pics/torch4keras.png)
1
+ ![ torch4keras] ( . /docs/pics/torch4keras.png)
2
2
3
3
4
4
[ ![ 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
67
67
## 4. 版本历史
68
68
|更新日期| 版本 | 版本说明 |
69
69
|------| ----------------- |----------- |
70
+ |20240221|v0.2.0 | fit中修改.train()逻辑较少耗时|
70
71
|20240204|v0.1.9 | 增加Timeit, Timeit2, timeit等时间/速度监控|
71
72
|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 |进度条中显示已经训练的时间|
75
73
76
74
[更多版本](https://github.com/Tongjilibo/torch4keras/blob/master/docs/Update.md)
77
75
Original file line number Diff line number Diff line change 1
1
## 更新历史
2
2
3
+ - ** 20240221** : fit中修改.train()逻辑减少耗时
3
4
- ** 20240204** : 增加Timeit, Timeit2, timeid等时间/速度监控
4
5
- ** 20240116** : 重新整理snippets, 重写save_pretrained
5
6
- ** 20231219** : 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式
Original file line number Diff line number Diff line change 2
2
3
3
| 更新日期| 版本 | 版本说明 |
4
4
| ------| ----------------- | ----------- |
5
+ | 20240221| v0.2.0 | fit中修改.train()逻辑减少耗时|
6
+ | 20240204| v0.1.9 | 增加Timeit, Timeit2, timeit等时间/速度监控|
7
+ | 20240116| v0.1.8 | 重新整理snippets, 重写save_pretrained|
5
8
| 20231219| v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
6
9
| 20231207| v0.1.6 | 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题|
7
10
| 20230928| v0.1.5 | 进度条中显示已经训练的时间|
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'torch4keras' ,
10
- version = 'v0.1.9 ' ,
10
+ version = 'v0.2.0 ' ,
11
11
description = 'Use torch like keras' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments