File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,14 @@ pip install git+https://www.github.com/Tongjilibo/torch4keras.git
60
60
- 简单示例: [turorials_mnist](https://github.com/Tongjilibo/torch4keras/blob/master/examples/turorials_mnist.py)
61
61
62
62
## 4. 版本说明
63
- - **v0.0.3post2**:20221107 修复DDP下打印的bug
63
+ - **v0.0.4**:20221127 为callback增加on_train_step_end方法, 修复BaseModel(net)方式的bug
64
+ - **v0.0.3.post2**:20221107 修复DDP下打印的bug
64
65
- **v0.0.3**:20221106 参考Keras修改了callback的逻辑
65
66
- **v0.0.2**:20221023 增加Checkpoint, Evaluator等自带Callback, 修改BaseModel(net)方式,修复DP和DDP的__init__()
66
67
- **v0.0.1**:20221019 初始版本
67
68
68
69
## 5. 更新:
70
+ - **20221127**:为callback增加on_train_step_end方法, 修复BaseModel(net)方式的bug
69
71
- **20221107**:修复DDP下打印的bug,metrics中加入detach和auc
70
72
- **20221106**:默认的Tensorboard的global_step+1, 参考Keras修改了callback的逻辑
71
73
- **20221020**:增加Checkpoint, Evaluator等自带Callback, 修改BaseModel(net)方式,修复DP和DDP的__init__()
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'torch4keras' ,
10
- version = '0.0.3post2 ' ,
10
+ version = '0.0.4 ' ,
11
11
description = 'Use torch like keras' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments