We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591f88a commit 5261b7dCopy full SHA for 5261b7d
README.md
@@ -67,6 +67,7 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
67
## 4. 版本历史
68
|更新日期| 版本 | 版本说明 |
69
|------| ----------------- |----------- |
70
+|20240204|v0.1.9 | 增加Timeit, Timeit2, timeid等时间/速度监控|
71
|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|
docs/History.md
@@ -1,5 +1,6 @@
1
## 更新历史
2
3
+- **20240204**: 增加Timeit, Timeit2, timeid等时间/速度监控
4
- **20240116**: 重新整理snippets, 重写save_pretrained
5
- **20231219**: 增加SimpleStreamFileLogger和LoggerHandler, 修改Logger的格式
6
- **20231208**: 监控fit过程,有报错则发送邮件提醒; 解决torch2.0的compile冲突问题
0 commit comments