Skip to content

Commit 3f6f4ed

Browse files
committed
Release 0.11.
1 parent 819ea72 commit 3f6f4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RIFLE优化策略会在训练中随机初始化输出层,从而让模型更关
1818
### 在组网中加入RIFLE
1919
#### 方案一、使用飞桨高层API添加RIFLE策略 - 完整代码详见`demo.py`
2020
```
21-
from rifle import RIFLE
21+
from paddle_rifle import RIFLE
2222
2323
class YourModel:
2424
def __init__(self):
@@ -38,7 +38,7 @@ class YourModel:
3838
```
3939
#### 方案二、基于飞桨基础API添加RIFLE策略
4040
```
41-
from rifle import RIFLE
41+
from paddle_rifle import RIFLE
4242
4343
class YourModel:
4444
def __init__(self):

0 commit comments

Comments
 (0)