We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b86304 commit 7c0b41dCopy full SHA for 7c0b41d
README.md
@@ -40,6 +40,7 @@ pip install git+https://github.com/Tongjilibo/torch4keras.git
40
## 4. 版本历史
41
|更新日期| 版本 | 版本说明 |
42
|------| ----------------- |----------- |
43
+|20250211|v0.2.8|屏蔽torch.load警告, Timeit提示|
44
|20240928|v0.2.7|修改ddp的init_process_group;增加一些available函数,增加get_max_memory;DottableDict支持.赋值和嵌套;增加cachedict|
45
|20240814|v0.2.6|小修改(增加check_url_available_cached, 修复Timeit)|
46
|20240730|v0.2.5|小修改(print_table允许中文, 未安装torch时候仅提醒一次)|
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='torch4keras',
10
- version='v0.2.7',
+ version='v0.2.8',
11
description='Use torch like keras',
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments