Skip to content

Commit 96221ec

Browse files
committed
v0.0.4
1 parent 2e2d9a8 commit 96221ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ pip install git+https://www.github.com/Tongjilibo/torch4keras.git
6060
- 简单示例: [turorials_mnist](https://github.com/Tongjilibo/torch4keras/blob/master/examples/turorials_mnist.py)
6161
6262
## 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
6465
- **v0.0.3**:20221106 参考Keras修改了callback的逻辑
6566
- **v0.0.2**:20221023 增加Checkpoint, Evaluator等自带Callback, 修改BaseModel(net)方式,修复DP和DDP的__init__()
6667
- **v0.0.1**:20221019 初始版本
6768
6869
## 5. 更新:
70+
- **20221127**:为callback增加on_train_step_end方法, 修复BaseModel(net)方式的bug
6971
- **20221107**:修复DDP下打印的bug,metrics中加入detach和auc
7072
- **20221106**:默认的Tensorboard的global_step+1, 参考Keras修改了callback的逻辑
7173
- **20221020**:增加Checkpoint, Evaluator等自带Callback, 修改BaseModel(net)方式,修复DP和DDP的__init__()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='torch4keras',
10-
version='0.0.3post2',
10+
version='0.0.4',
1111
description='Use torch like keras',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)