Skip to content

Commit b979c6e

Browse files
committed
v0.2.6
1 parent 0ad9c33 commit b979c6e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
6868
## 4. 版本历史
6969
|更新日期| 版本 | 版本说明 |
7070
|------| ----------------- |----------- |
71+
|20240814|v0.2.6|小修改(增加check_url_available_cached, 修复Timeit)|
7172
|20240730|v0.2.5|小修改(print_table允许中文, 未安装torch时候仅提醒一次)|
7273
|20240619|v0.2.4|trainer中可调用nn.Module方法,增加AutoTrainer|
7374
|20240603|v0.2.3|去除对torch依赖,snippets部分可用;移动bert4torch中snippets|
74-
|20240418|v0.2.2|增加YamlConfig和IniConfig, 优化deepspeed的使用,修复`_prepare_inputs`的bug,修复断点续训`SmoothMetricsCallback`起点错误的bug, Trainer断点续训记录batch数|
7575
7676
[更多版本](https://github.com/Tongjilibo/torch4keras/blob/master/docs/Update.md)
7777

docs/History.md

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

3+
- **20240814**: 小修改(增加check_url_available_cached, 修复Timeit)
34
- **20240730**: 小修改(print_table允许中文, 未安装torch时候仅提醒一次)
45
- **20240619**: trainer中可调用nn.Module方法,增加AutoTrainer
56
- **20240603**: 去除对torch依赖,snippets部分可用;移动bert4torch中snippets

docs/Update.md

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

33
|更新日期| 版本 | 版本说明 |
44
|------| ----------------- |----------- |
5+
|20240814|v0.2.6|小修改(增加check_url_available_cached, 修复Timeit)|
56
|20240730|v0.2.5|小修改(print_table允许中文, 未安装torch时候仅提醒一次)|
67
|20240619|v0.2.4|trainer中可调用nn.Module方法,增加AutoTrainer|
78
|20240603|v0.2.3|去除对torch依赖,snippets部分可用;移动bert4torch中snippets|

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

0 commit comments

Comments
 (0)