File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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|
Original file line number Diff line number Diff line change 77
88setup (
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" ,
You can’t perform that action at this time.
0 commit comments