Skip to content

Commit 7c0b41d

Browse files
committed
v0.2.8
1 parent 3b86304 commit 7c0b41d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
4040
## 4. 版本历史
4141
|更新日期| 版本 | 版本说明 |
4242
|------| ----------------- |----------- |
43+
|20250211|v0.2.8|屏蔽torch.load警告, Timeit提示|
4344
|20240928|v0.2.7|修改ddp的init_process_group;增加一些available函数,增加get_max_memory;DottableDict支持.赋值和嵌套;增加cachedict|
4445
|20240814|v0.2.6|小修改(增加check_url_available_cached, 修复Timeit)|
4546
|20240730|v0.2.5|小修改(print_table允许中文, 未安装torch时候仅提醒一次)|

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

0 commit comments

Comments
 (0)