Skip to content

Commit 8fc0440

Browse files
committed
v0.1.7
1 parent f865e0a commit 8fc0440

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,15 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
6767
## 4. 版本历史
6868
|更新日期| 版本 | 版本说明 |
6969
|------| ----------------- |----------- |
70+
|20231219|v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
7071
|20231208|v0.1.6.post2 |监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题; 修复clip_grad_norm的bug|
7172
|20230928|v0.1.5 |进度条中显示已经训练的时间|
72-
|20230912|v0.1.4.post2|History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法|
7373
7474
[更多版本](https://github.com/Tongjilibo/torch4keras/blob/master/docs/Update.md)
7575
7676
## 5. 更新历史:
77-
- **20231219**: 增加StreamFileLog, 修改Logger的格式
77+
- **20231219**: 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式
7878
- **20231208**: 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题; 修复clip_grad_norm的bug
7979
- **20230928**: 进度条中显示已经训练的时间
80-
- **20230912**: History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法
8180
8281
[更多历史](https://github.com/Tongjilibo/torch4keras/blob/master/docs/History.md)

docs/History.md

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

3-
- **20231207**: 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题
3+
- **20231219**: 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式
4+
- **20231208**: 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题
45
- **20230928**: 进度条中显示已经训练的时间
56
- **20230912**: History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法
67
- **20230909**: 增加from_pretrained和save_pretrained方法,增加log_warn_once方法,compile()中可设置成员变量,默认move_to_model_device设置为True, 增加JsonConfig,增加_argparse_forward()方便下游继承改写Trainer

docs/Update.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
|更新日期| 版本 | 版本说明 |
44
|------| ----------------- |----------- |
5+
|20231219|v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
56
|20231207|v0.1.6 |监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题|
67
|20230928|v0.1.5 |进度条中显示已经训练的时间|
78
|20230912|v0.1.4.post2|History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法|

0 commit comments

Comments
 (0)