Skip to content

Commit 69914b5

Browse files
committed
v0.2.7
1 parent 0c9d627 commit 69914b5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
4040
## 4. 版本历史
4141
|更新日期| 版本 | 版本说明 |
4242
|------| ----------------- |----------- |
43+
|20240928|v0.2.7|修改ddp的init_process_group;增加一些available函数,增加get_max_memory;DottableDict支持.赋值和嵌套;增加cachedict|
4344
|20240814|v0.2.6|小修改(增加check_url_available_cached, 修复Timeit)|
4445
|20240730|v0.2.5|小修改(print_table允许中文, 未安装torch时候仅提醒一次)|
45-
|20240619|v0.2.4|trainer中可调用nn.Module方法,增加AutoTrainer|
46-
|20240603|v0.2.3|去除对torch依赖,snippets部分可用;移动bert4torch中snippets|
4746

4847
[更多版本](https://github.com/Tongjilibo/torch4keras/blob/master/docs/Update.md)
4948

docs/History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 更新历史
22

3+
- **20240928**: 修改ddp的init_process_group;增加一些available函数,增加get_max_memory;DottableDict支持.赋值和嵌套;增加cachedict
34
- **20240814**: 小修改(增加check_url_available_cached, 修复Timeit)
45
- **20240730**: 小修改(print_table允许中文, 未安装torch时候仅提醒一次)
56
- **20240619**: trainer中可调用nn.Module方法,增加AutoTrainer

docs/Update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
|更新日期| 版本 | 版本说明 |
44
|------| ----------------- |----------- |
5+
|20240928|v0.2.7|修改ddp的init_process_group;增加一些available函数,增加get_max_memory;DottableDict支持.赋值和嵌套;增加cachedict|
56
|20240814|v0.2.6|小修改(增加check_url_available_cached, 修复Timeit)|
67
|20240730|v0.2.5|小修改(print_table允许中文, 未安装torch时候仅提醒一次)|
78
|20240619|v0.2.4|trainer中可调用nn.Module方法,增加AutoTrainer|

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='torch4keras',
10-
version='v0.2.6',
10+
version='v0.2.7',
1111
description='Use torch like keras',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)