提交 c212159d 编写于 作者: C ceci3

update

上级 78d61acb
...@@ -40,6 +40,15 @@ sanas = SANAS(config=config) ...@@ -40,6 +40,15 @@ sanas = SANAS(config=config)
**返回** **返回**
返回一个模型结构实例。 返回一个模型结构实例。
**示例代码:**
```
import paddle.fluid as fluid
input = fluid.data(name='input', shape=[None, 3, 32, 32], dtype='float32')
archs = sanas.token2arch(tokens)
for arch in archs:
output = arch(input)
input = output
```
--- ---
>next_archs(): >next_archs():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册