File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,15 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
67
67
## 4. 版本历史
68
68
|更新日期| 版本 | 版本说明 |
69
69
|------| ----------------- |----------- |
70
+ |20231219|v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
70
71
|20231208|v0.1.6.post2 |监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题; 修复clip_grad_norm的bug|
71
72
|20230928|v0.1.5 |进度条中显示已经训练的时间|
72
- |20230912|v0.1.4.post2|History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法|
73
73
74
74
[更多版本](https://github.com/Tongjilibo/torch4keras/blob/master/docs/Update.md)
75
75
76
76
## 5. 更新历史:
77
- - **20231219**: 增加StreamFileLog , 修改Logger的格式
77
+ - **20231219**: 增加SimpleStreamFileLogger和LoggerHandler , 修改Logger的格式
78
78
- **20231208**: 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题; 修复clip_grad_norm的bug
79
79
- **20230928**: 进度条中显示已经训练的时间
80
- - **20230912**: History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法
81
80
82
81
[更多历史](https://github.com/Tongjilibo/torch4keras/blob/master/docs/History.md)
Original file line number Diff line number Diff line change 1
1
## 更新历史
2
2
3
- - ** 20231207** : 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题
3
+ - ** 20231219** : 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式
4
+ - ** 20231208** : 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题
4
5
- ** 20230928** : 进度条中显示已经训练的时间
5
6
- ** 20230912** : History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法
6
7
- ** 20230909** : 增加from_pretrained和save_pretrained方法,增加log_warn_once方法,compile()中可设置成员变量,默认move_to_model_device设置为True, 增加JsonConfig,增加_argparse_forward()方便下游继承改写Trainer
Original file line number Diff line number Diff line change 2
2
3
3
| 更新日期| 版本 | 版本说明 |
4
4
| ------| ----------------- | ----------- |
5
+ | 20231219| v0.1.7 | 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式|
5
6
| 20231207| v0.1.6 | 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题|
6
7
| 20230928| v0.1.5 | 进度条中显示已经训练的时间|
7
8
| 20230912| v0.1.4.post2| History增加plot()方法, 增加add_module()方法,修复0.1.4的_argparse_forward的bug, 增加loss2metrics方法|
You can’t perform that action at this time.
0 commit comments